Nvim: update all plugins to used ones, disable unused
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user