converted from packer to lazy
This commit is contained in:
parent
8c70ffcc1f
commit
7b6c664ceb
14 changed files with 137 additions and 96 deletions
8
.config/nvim/lua/plugins/comment.lua
Normal file
8
.config/nvim/lua/plugins/comment.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
'numToStr/Comment.nvim',
|
||||
-- opts = {}
|
||||
|
||||
config = function()
|
||||
require('Comment').setup()
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue