From 007ade1369239f987e942646afcfc2eb4519a796 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Mon, 20 May 2024 22:53:32 +0200 Subject: [PATCH] Remove comment plugin now that it's included in the neovim 0.10 --- home/.config/nvim/lua/plugs/comment.lua | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 home/.config/nvim/lua/plugs/comment.lua diff --git a/home/.config/nvim/lua/plugs/comment.lua b/home/.config/nvim/lua/plugs/comment.lua deleted file mode 100644 index dcb70bf..0000000 --- a/home/.config/nvim/lua/plugs/comment.lua +++ /dev/null @@ -1,9 +0,0 @@ -return { - "numToStr/Comment.nvim", - opts = { - mappings = { - extra = false, - }, - }, - lazy = false, -}