From 349105010b10e9b9b4d129bb24182197c5e5cf66 Mon Sep 17 00:00:00 2001 From: polamid23 Date: Thu, 13 Jul 2023 12:34:09 +0200 Subject: [PATCH] applied config --- lua/plugin/treesitter.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/plugin/treesitter.lua b/lua/plugin/treesitter.lua index ecc7cbf..cca0085 100644 --- a/lua/plugin/treesitter.lua +++ b/lua/plugin/treesitter.lua @@ -12,8 +12,6 @@ configs.setup({ "javascript", "html", "php", - "typescript", - "vue", }, sync_install = false, highlight = { enable = true },