Nvim: update config for lsp and add few minor plugins

This commit is contained in:
Robert Kmiec
2025-12-05 10:46:37 +00:00
parent 2aa4027f9d
commit 1437d1826e
11 changed files with 74 additions and 30 deletions

View File

@@ -14,12 +14,13 @@ vim.g.mapleader = ' '
vim.g.maplocalleader = ' '
vim.opt.rtp:prepend(lazypath)
require'lazy'.setup('plugins', {
change_detection = {
enabled = true,
notify = false
},
dev = {
path = '/home/kmcr'
}
})
require'lazy'.setup('plugins')
-- , {
-- change_detection = {
-- enabled = false,
-- notify = false
-- },
-- dev = {
-- path = '/home/kmcr'
-- }
-- })