Add a few custom plugins and mappings
This commit is contained in:
parent
a22976111e
commit
51b1a17ea8
6 changed files with 115 additions and 13 deletions
6
lua/custom/plugins/ts-comments.lua
Normal file
6
lua/custom/plugins/ts-comments.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
-- https://github.com/folke/ts-comments.nvim
|
||||
return {
|
||||
'folke/ts-comments.nvim',
|
||||
opts = {},
|
||||
event = 'VeryLazy',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue