From 48c88b73bea2197927fcf4aaee88df83524413cc Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Fri, 23 Feb 2024 14:02:48 -0500 Subject: [PATCH] force lua install --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 3af7851..b17ddae 100644 --- a/init.lua +++ b/init.lua @@ -772,6 +772,7 @@ require('lazy').setup({ ---@diagnostic disable-next-line: missing-fields require('nvim-treesitter.configs').setup { + ensure_installed = { 'lua' }, -- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!) auto_install = true, highlight = { enable = true },