From 457de7a72e297f3fb0b930b809e23a8a2dec12a4 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 21 Mar 2022 19:12:43 +0100 Subject: fix(treesitter): update ensure installed and hl --- lua/config/treesitter.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/config/treesitter.lua b/lua/config/treesitter.lua index 4875788..ec914fe 100644 --- a/lua/config/treesitter.lua +++ b/lua/config/treesitter.lua @@ -7,7 +7,7 @@ if not status_ok then end treesitter.setup { - ensure_installed = { "maintained" }, + ensure_installed = "maintained", sync_install = false, ignore_install = { "" }, -- List of parsers to ignore installing autopairs = { @@ -16,7 +16,7 @@ treesitter.setup { highlight = { enable = true, -- false will disable the whole extension disable = { "org" }, -- list of language that will be disabled - additional_vim_regex_highlighting = true, + additional_vim_regex_highlighting = { "org" }, }, context_commentstring = { enable = true, -- cgit v1.2.3-70-g09d2