From 0e615c455318a5d4364c7e6ae36d57e69c4f4616 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Sat, 28 Dec 2024 01:32:39 +0100 Subject: [PATCH] More lazy loading --- nvim/lua/plugins/treesitter.lua | 1 + 1 file changed, 1 insertion(+) 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,