Nvim: update all plugins to used ones, disable unused

This commit is contained in:
Robert Kmieć
2023-10-19 23:47:02 +02:00
parent ec0ae0ee13
commit c436875e4b
32 changed files with 179 additions and 92 deletions

View File

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