From b38c230ddeb4d304e56cb3e4a1d3d8081f45d550 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sun, 23 Nov 2025 11:23:07 +0000 Subject: Removed Neovim --- .config/nvim/lua/plugins/comment.lua | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .config/nvim/lua/plugins/comment.lua (limited to '.config/nvim/lua/plugins/comment.lua') diff --git a/.config/nvim/lua/plugins/comment.lua b/.config/nvim/lua/plugins/comment.lua deleted file mode 100644 index e6b597d..0000000 --- a/.config/nvim/lua/plugins/comment.lua +++ /dev/null @@ -1,7 +0,0 @@ -return { - 'numToStr/Comment.nvim', - opts = { - -- add any options here - }, - lazy = false, -} -- cgit v1.2.3