Added comment.nvim

This commit is contained in:
Michael Housh
2023-10-02 21:41:30 -04:00
parent f643b45432
commit f0a5d85dea
4 changed files with 18 additions and 9 deletions

View File

@@ -0,0 +1,7 @@
return {
'numToStr/Comment.nvim',
opts = {
-- add any options here
},
lazy = false,
}