diff options
Diffstat (limited to '.config/nvim/lua/plugins/comment.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/comment.lua | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/.config/nvim/lua/plugins/comment.lua b/.config/nvim/lua/plugins/comment.lua deleted file mode 100644 index c37d7cd..0000000 --- a/.config/nvim/lua/plugins/comment.lua +++ /dev/null @@ -1,21 +0,0 @@ -return { - - { - "numToStr/Comment.nvim", - opts = { - -- Visual mappings - opleader = { - line = '<Space>/', - block = '<Space>?', - }, - - -- Normal mappings - toggler = { - line = '<Space>/', - block = '<Space>?', - } - }, - lazy = false - } - -} |