Add moar plugins
This commit is contained in:
parent
30b6d487e1
commit
064e8ad1b4
6 changed files with 56 additions and 17 deletions
|
|
@ -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',
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue