fix(lazy): do lazier loading of plugins
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
return {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
build = ":TSUpdate",
|
||||
event = "VimEnter",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"c", -- recommended default
|
||||
|
||||
Reference in New Issue
Block a user