增加Comment插件
This commit is contained in:
parent
8ebf924af0
commit
90191c918a
5
lua/plugins/comment.lua
Normal file
5
lua/plugins/comment.lua
Normal file
@ -0,0 +1,5 @@
|
||||
return {
|
||||
"folke/todo-comments.nvim",
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
opts = {},
|
||||
}
|
@ -229,4 +229,8 @@ return {
|
||||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
"felipec/vim-sanegx",
|
||||
event = "BufRead",
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user