More lazy loading

This commit is contained in:
2024-12-28 01:32:39 +01:00
parent a45cdb394a
commit 0e615c4553
+1
View File
@@ -37,6 +37,7 @@ return {
{
"ts-comments.nvim",
event = { "VimEnter" },
after = function()
require("ts-comments").setup({})
end,