Add comment code support

This commit is contained in:
Roee Kleiner 2023-04-22 00:40:54 +03:00
parent 396a046b64
commit 1bb5fdecd9
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
return {
"numToStr/Comment.nvim",
config = function ()
require('Comment').setup {}
end,
}