|
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',
|
|
},
|
|
}
|