From 47765ecb023d4a75afbf03b8d45dffde9fee338c Mon Sep 17 00:00:00 2001 From: rootiest Date: Sun, 10 Nov 2024 14:46:35 -0500 Subject: [PATCH] chore: set comment box plugin to load eagerly --- lua/plugins/editor.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index bc7a866..a2d270b 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -102,6 +102,7 @@ return { }, { -- Comment Box "LudoPinelli/comment-box.nvim", + lazy = false, }, { -- Todo Comments "folke/todo-comments.nvim",