Add moar plugins

This commit is contained in:
Levente Krizsán 2024-08-31 22:34:55 +02:00
parent 30b6d487e1
commit 064e8ad1b4
6 changed files with 56 additions and 17 deletions

View file

@ -1,6 +1,14 @@
-- https://github.com/folke/ts-comments.nvim
return {
'folke/ts-comments.nvim',
opts = {},
event = 'VeryLazy',
-- 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',
},
}