Add a few custom plugins and mappings

This commit is contained in:
Levente Krizsán 2024-08-27 21:35:31 +02:00
parent a22976111e
commit 51b1a17ea8
6 changed files with 115 additions and 13 deletions

View file

@ -0,0 +1,6 @@
-- https://github.com/folke/ts-comments.nvim
return {
'folke/ts-comments.nvim',
opts = {},
event = 'VeryLazy',
}