From 5559d801b96b06fd4bed70429324156adf2ac3dc Mon Sep 17 00:00:00 2001 From: Matej Straka Date: Mon, 15 Aug 2022 07:43:22 +0200 Subject: [PATCH] Update treesitter.lua (#210) Hey Chris, I copied your treesitter.lua config and it crashed because of ensure_installed option was set to "maintained". It looks like it was already deprecated and so I suggest to replace it by ensure_installed="all". --- lua/user/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/user/treesitter.lua b/lua/user/treesitter.lua index 7d45bd4..108e3fa 100644 --- a/lua/user/treesitter.lua +++ b/lua/user/treesitter.lua @@ -14,7 +14,7 @@ local configs = require("nvim-treesitter.configs") configs.setup { - ensure_installed = "maintained", + ensure_installed = "all", sync_install = false, ignore_install = { "" }, -- List of parsers to ignore installing highlight = {