From b6947a1c83d5431f2e5a756be0f09fd3d2e9b4ff Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 16 Apr 2023 01:10:51 +0200 Subject: [PATCH] Let treesitter install stuff automagically. --- astronvim/lua/user/plugins/treesitter.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/astronvim/lua/user/plugins/treesitter.lua b/astronvim/lua/user/plugins/treesitter.lua index 6824f56..f7ec00a 100644 --- a/astronvim/lua/user/plugins/treesitter.lua +++ b/astronvim/lua/user/plugins/treesitter.lua @@ -2,11 +2,5 @@ return { "nvim-treesitter/nvim-treesitter", opts = { auto_install = true, - ensure_installed = { - "bash", - "python", - "terraform", - "vim", - }, }, }