feat(vscode): added ts-comments to allow list for vscode

This commit is contained in:
Folke Lemaitre 2024-05-29 18:22:54 +02:00 committed by Rubin Bhandari
parent dc6a2412c3
commit 57791884e2

View file

@ -15,6 +15,7 @@ local enabled = {
"nvim-treesitter",
"nvim-treesitter-textobjects",
"nvim-ts-context-commentstring",
"ts-comments.nvim",
"vim-repeat",
"yanky.nvim",
"LazyVim",