From 395e625bf0d822dffb2310d2bed1c81e14dea419 Mon Sep 17 00:00:00 2001 From: xesc Date: Sat, 5 Jul 2025 14:42:45 +0200 Subject: [PATCH] remove commenting plugin, replaced by buildin functions --- lua/plugin/commenting.lua | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 lua/plugin/commenting.lua diff --git a/lua/plugin/commenting.lua b/lua/plugin/commenting.lua deleted file mode 100644 index 8d96cc0..0000000 --- a/lua/plugin/commenting.lua +++ /dev/null @@ -1,5 +0,0 @@ -return { - { - 'tpope/vim-commentary' - }, -}