Nvim: update most of the plugins
This commit is contained in:
@@ -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
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user