Add comment toggle plugin
This commit is contained in:
parent
02432384f4
commit
15486edb97
9
lua/plugins/comment.lua
Normal file
9
lua/plugins/comment.lua
Normal file
@ -0,0 +1,9 @@
|
||||
return {
|
||||
'terrortylor/nvim-comment',
|
||||
config = function()
|
||||
require('nvim_comment').setup({
|
||||
-- should comment out empty or whitespace only lines
|
||||
comment_empty = false,
|
||||
})
|
||||
end
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user