kickstart.nvim/lua/custom/plugins/ts-comments.lua

15 lines
303 B
Lua

return {
-- https://github.com/folke/ts-comments.nvim
{
'folke/ts-comments.nvim',
opts = {},
event = 'VeryLazy',
},
-- https://github.com/JoosepAlviste/nvim-ts-context-commentstring
{
'JoosepAlviste/nvim-ts-context-commentstring',
opts = {},
event = 'VeryLazy',
},
}