neovim commenting plugin

This commit is contained in:
Pim Kunis 2023-01-31 18:54:12 +01:00
parent 9676d13187
commit 96d3e928b1
2 changed files with 4 additions and 0 deletions

View file

@ -48,4 +48,7 @@ return require('packer').startup(function()
"tpope/vim-repeat" "tpope/vim-repeat"
} }
}) })
-- Commenting
use 'terrortylor/nvim-comment'
end) end)

View file

@ -0,0 +1 @@
require('nvim_comment').setup({comment_empty = false})