From 8b51b63fa88ecdf7045484d3dc7eecd5b2d3bd51 Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Mon, 19 Jun 2023 23:38:34 +0530 Subject: [PATCH] refactor: remove garbage language from treesitter --- lua/plugins/treesitter.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index cbad77c..bc8772f 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -34,7 +34,6 @@ return { "luap", "markdown", "markdown_inline", - "python", "query", "regex", "tsx",