增加Comment插件

This commit is contained in:
LingZhaoHui 2024-08-11 20:38:25 +08:00
parent 8ebf924af0
commit 90191c918a
Signed by: zeekling
GPG Key ID: D96E4E75267CA2CC
2 changed files with 9 additions and 0 deletions

5
lua/plugins/comment.lua Normal file
View File

@ -0,0 +1,5 @@
return {
"folke/todo-comments.nvim",
dependencies = { "nvim-lua/plenary.nvim" },
opts = {},
}

View File

@ -229,4 +229,8 @@ return {
})
end,
},
{
"felipec/vim-sanegx",
event = "BufRead",
},
}