add comment.nvim
This commit is contained in:
parent
72a2885394
commit
1321f5b370
1 changed files with 5 additions and 0 deletions
5
lua/plugins/comment.lua
Normal file
5
lua/plugins/comment.lua
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
return {
|
||||||
|
"numToStr/Comment.nvim",
|
||||||
|
opts = {},
|
||||||
|
lazy = false,
|
||||||
|
}
|
Loading…
Reference in a new issue