From bc425ae74d68ffaf9db8d3de1020a02778c96045 Mon Sep 17 00:00:00 2001 From: polamid23 Date: Thu, 13 Jul 2023 12:33:25 +0200 Subject: [PATCH] applied confi --- lua/.luarc.json | 3 ++- lua/plugin/treesitter.lua | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/.luarc.json b/lua/.luarc.json index 75d131c..dd6e89b 100644 --- a/lua/.luarc.json +++ b/lua/.luarc.json @@ -21,5 +21,6 @@ "/home/arne23/.local/state/nvim/lazy/readme", "/home/arne23/.local/share/nvim/lazy/cmp-nvim-lsp/after", "${3rd}/luassert/library" - ] + ], + "workspace.checkThirdParty": false } \ No newline at end of file diff --git a/lua/plugin/treesitter.lua b/lua/plugin/treesitter.lua index 8b083a9..ecc7cbf 100644 --- a/lua/plugin/treesitter.lua +++ b/lua/plugin/treesitter.lua @@ -12,7 +12,6 @@ configs.setup({ "javascript", "html", "php", - "python", "typescript", "vue", },