From e7fdc049121184e5f2337aea819c3f2e2a53beb8 Mon Sep 17 00:00:00 2001 From: Imbus Date: Thu, 5 Mar 2026 17:55:52 +0100 Subject: [PATCH] Remove comment.nvim --- lua/lazy-plugins.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/lua/lazy-plugins.lua b/lua/lazy-plugins.lua index c2cf74c..367ce0c 100644 --- a/lua/lazy-plugins.lua +++ b/lua/lazy-plugins.lua @@ -22,9 +22,6 @@ require('lazy').setup({ -- This is equivalent to: -- require('Comment').setup({}) - -- "gc" to comment visual regions/lines - { 'numToStr/Comment.nvim', opts = {} }, - -- NOTE: Plugins can also be configured to run Lua code when they are loaded. -- -- This is often very useful to both group configuration, as well as handle