neovim commenting plugin
This commit is contained in:
parent
9676d13187
commit
96d3e928b1
2 changed files with 4 additions and 0 deletions
|
@ -48,4 +48,7 @@ return require('packer').startup(function()
|
||||||
"tpope/vim-repeat"
|
"tpope/vim-repeat"
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
-- Commenting
|
||||||
|
use 'terrortylor/nvim-comment'
|
||||||
end)
|
end)
|
||||||
|
|
1
roles/neovim/files/plugin/comment.lua
Normal file
1
roles/neovim/files/plugin/comment.lua
Normal file
|
@ -0,0 +1 @@
|
||||||
|
require('nvim_comment').setup({comment_empty = false})
|
Reference in a new issue