From 67d3b1368b8a72cb6eaa3f1753b6e0fea1eb15d0 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 19 May 2023 07:38:29 +0100 Subject: [PATCH] Re-enable treesitter autoinstall but keep ensure all off --- lua/plugins/treesitter.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index b3cc1f0..6ce30df 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -17,6 +17,7 @@ return { require("nvim-treesitter.configs").setup(opts) end, opts = { + auto_install = true, highlight = { enable = true, disable = { "fortran" },