diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua index 1b75706..3f85bc8 100644 --- a/nvim/lua/plugins/treesitter.lua +++ b/nvim/lua/plugins/treesitter.lua @@ -37,6 +37,7 @@ return { { "ts-comments.nvim", + event = { "VimEnter" }, after = function() require("ts-comments").setup({}) end,