From 50dc13ed64d0d78cbdea1592d9472afd48084030 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Sun, 17 Apr 2022 16:48:49 +0200 Subject: [PATCH] Replace 'maintained' by 'all' --- conf/nvim/lua/plugins/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nvim/lua/plugins/treesitter.lua b/conf/nvim/lua/plugins/treesitter.lua index a55e428..d73b5c2 100644 --- a/conf/nvim/lua/plugins/treesitter.lua +++ b/conf/nvim/lua/plugins/treesitter.lua @@ -2,7 +2,7 @@ local ts = require 'nvim-treesitter.configs' ts.setup { - ensure_installed = 'maintained', + ensure_installed = 'all', sync_install = false, ignore_install = { 'erlang' }, highlight = {