Updates
This commit is contained in:
parent
a1fdb97f3e
commit
b733145181
4 changed files with 41 additions and 0 deletions
4
lua/custom/plugins/comment.lua
Normal file
4
lua/custom/plugins/comment.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
return {
|
||||
"terrortylor/nvim-comment",
|
||||
config = function() require("nvim_comment").setup() end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue