From 1e1e799dd95858ae4956a58280a2b7905b01adbd Mon Sep 17 00:00:00 2001 From: afonso Date: Thu, 12 Sep 2024 21:41:15 +0100 Subject: [PATCH] [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,