mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Added comment.nvim
This commit is contained in:
7
nvim/m-housh/lua/user/plugin/comment.lua
Normal file
7
nvim/m-housh/lua/user/plugin/comment.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
'numToStr/Comment.nvim',
|
||||
opts = {
|
||||
-- add any options here
|
||||
},
|
||||
lazy = false,
|
||||
}
|
||||
Reference in New Issue
Block a user