a lot of changes, and spotify thats important too

This commit is contained in:
Doloro1978
2025-09-24 21:46:56 +01:00
parent ff9bbafe4d
commit 5a9746290c
42 changed files with 401 additions and 368 deletions

View File

@@ -1,38 +0,0 @@
require("doloro")
vim.opt.number = true
vim.opt.bg = light
vim.opt.tabstop = 2
vim.opt.shiftwidth = 2
vim.opt.termguicolors = true
vim.g.mapleader = ' '
vim.pack.add{
{ src = "https://github.com/comfysage/lynn.nvim", name = "lynn" }
}
local pack = require("lynn")
pack.setup("doloro.plugins")
-- add lsp's as i need
vim.lsp.enable({'lua_ls', 'rust_analyzer', 'html'})
opts = {
settings = {
html = {
format = {
templating = true,
wrapLineLength = 120,
wrapAttributes = 'auto',
},
hover = {
documentation = true,
references = true,
},
},
},
}
-- vim.notify('config loaded', vim.log.levels.INFO)
vim.keymap.set('n', '<leader>v', ':NvimTreeFocus<CR>')

1
nvim/init.lua Symbolic link
View File

@@ -0,0 +1 @@
/nix/store/pgyxzk4kwmbs72sgg51bfqpn2304brq6-home-manager-files/.config/nvim/init.lua