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