From 37aad3823f6df3a8a08acd949fd843f65eb7ebe4 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Wed, 1 May 2024 17:36:11 -0500 Subject: [PATCH] auto isntall for non nix --- lua/plugins/treesitter.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index 26f62f1..cc4591d 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -29,6 +29,7 @@ return { if not NIX then nonNixOpts = { ensure_installed = "all", + auto_install = true, } end return U.assign({