From e975f021eaf1eb33fb8793c8e922ab11a8b682f2 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Tue, 23 May 2023 14:32:32 +0200 Subject: [PATCH] fix(vscode): added ts-context-commentstring --- 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 fa63590e..a435b2e4 100644 --- a/lua/lazyvim/plugins/extras/vscode.lua +++ b/lua/lazyvim/plugins/extras/vscode.lua @@ -12,6 +12,7 @@ local enabled = { "mini.surround", "nvim-treesitter", "nvim-treesitter-textobjects", + "nvim-ts-context-commentstring", "vim-repeat", }