From 0975eeb9add54b1dc65f4c3874edd8e35e527099 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Wed, 29 May 2024 18:22:54 +0200 Subject: [PATCH] feat(vscode): added ts-comments to allow list for vscode --- lua/lazyvim/plugins/extras/vscode.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lazyvim/plugins/extras/vscode.lua b/lua/lazyvim/plugins/extras/vscode.lua index 49172cdb..25930d1d 100644 --- a/lua/lazyvim/plugins/extras/vscode.lua +++ b/lua/lazyvim/plugins/extras/vscode.lua @@ -15,6 +15,7 @@ local enabled = { "nvim-treesitter", "nvim-treesitter-textobjects", "nvim-ts-context-commentstring", + "ts-comments.nvim", "vim-repeat", "yanky.nvim", "LazyVim",