diff options
Diffstat (limited to 'nvim/lua/plugins/treesitter.lua')
-rw-r--r-- | nvim/lua/plugins/treesitter.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua index f3f4dd0..b7fe8fb 100644 --- a/nvim/lua/plugins/treesitter.lua +++ b/nvim/lua/plugins/treesitter.lua @@ -3,6 +3,7 @@ return { "nvim-treesitter/nvim-treesitter", build = ":TSUpdate", event = { "BufReadPost", "BufNewFile" }, + lazy = false, config = function() require("nvim-treesitter.configs").setup({ |