From 766d39242d94f4ed32b8ae3c1be84584828f653c Mon Sep 17 00:00:00 2001 From: Aaron John Date: Tue, 11 Jun 2024 22:02:15 -0700 Subject: [PATCH] chore: remove built in treesitter parsers remove treesitter parsers built in with neovim 0.1 --- lua/plugins/example.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lua/plugins/example.lua b/lua/plugins/example.lua index 8b7eabc..f3d1c9c 100644 --- a/lua/plugins/example.lua +++ b/lua/plugins/example.lua @@ -120,19 +120,12 @@ return { "nvim-treesitter/nvim-treesitter", opts = { ensure_installed = { - "bash", "html", "javascript", "json", - "lua", - "markdown", - "markdown_inline", - "python", - "query", "regex", "tsx", "typescript", - "vim", "yaml", }, },