From 54c6772902a6b9179f0c4ab5fa8de40f92538db4 Mon Sep 17 00:00:00 2001 From: afranco Date: Thu, 12 Sep 2024 21:41:15 +0100 Subject: [PATCH] chore(nvim): treesitter auto_install = true --- .config/nvim/lua/plugins/treesitter.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/nvim/lua/plugins/treesitter.lua b/.config/nvim/lua/plugins/treesitter.lua index 5e4a45f..d62faaa 100644 --- a/.config/nvim/lua/plugins/treesitter.lua +++ b/.config/nvim/lua/plugins/treesitter.lua @@ -13,8 +13,7 @@ return { local options = { - ensure_installed = { "c", "lua", "haskell", "markdown" }, - + auto_install = true, highlight = { enable = true, use_languagetree = true,