Add comment code support
This commit is contained in:
parent
396a046b64
commit
1bb5fdecd9
|
@ -0,0 +1,7 @@
|
|||
|
||||
return {
|
||||
"numToStr/Comment.nvim",
|
||||
config = function ()
|
||||
require('Comment').setup {}
|
||||
end,
|
||||
}
|
Loading…
Reference in New Issue