Nvim: update treesitter and use themify
This commit is contained in:
@@ -5,7 +5,7 @@ if not vim.loop.fs_stat(lazypath) then
|
||||
"clone",
|
||||
"--filter=blob:none",
|
||||
"https://github.com/folke/lazy.nvim.git",
|
||||
"--branch=stable", -- latest stable release
|
||||
--"--branch=stable", -- latest stable release
|
||||
lazypath,
|
||||
})
|
||||
end
|
||||
@@ -18,5 +18,8 @@ require'lazy'.setup('plugins', {
|
||||
change_detection = {
|
||||
enabled = true,
|
||||
notify = false
|
||||
},
|
||||
dev = {
|
||||
path = '/home/kmcr'
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user