Nvim: update most of the plugins

This commit is contained in:
Robert Kmieć
2024-02-26 12:51:21 +01:00
parent 71f71cb3ce
commit c55b301dc4
34 changed files with 439 additions and 531 deletions

View File

@@ -9,10 +9,14 @@ if not vim.loop.fs_stat(lazypath) then
lazypath,
})
end
--vim.opt.rtp:append(lazypath)
vim.g.mapleader = ' '
vim.g.maplocalleader = ' '
vim.opt.rtp:append(lazypath)
require'lazy'.setup('plugins')
vim.opt.rtp:prepend(lazypath)
require'lazy'.setup('plugins', {
change_detection = {
enabled = true,
notify = false
}
})