Nvim: update treesitter and use themify

This commit is contained in:
Robert Kmieć
2024-09-06 09:36:15 +02:00
parent 801ba0dfdf
commit fcecb7f575
8 changed files with 75 additions and 206 deletions

View File

@@ -73,7 +73,7 @@ vim.opt.cmdheight = 1
-- Having longer updatetime (default is 4000 ms = 4 s) leads to noticeable
-- delays and poor user experience.
--vim.opt.updatetime = 300
vim.opt.updatetime = 300
-- Don't pass messages to |ins-completion-menu|.
vim.opt.shortmess:append('c')

View File

@@ -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'
}
})