From ce7fdad6980da2d2d623f635fcf0fa1f547119a3 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 21 Mar 2022 18:54:19 +0100 Subject: build: add orgmode --- lua/config/treesitter.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lua/config/treesitter.lua') diff --git a/lua/config/treesitter.lua b/lua/config/treesitter.lua index 277d286..475eeee 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", "org" }, sync_install = false, ignore_install = { "" }, -- List of parsers to ignore installing autopairs = { @@ -15,8 +15,8 @@ treesitter.setup { }, highlight = { enable = true, -- false will disable the whole extension - disable = { "" }, -- list of language that will be disabled - additional_vim_regex_highlighting = true, + disable = { "org" }, -- list of language that will be disabled + additional_vim_regex_highlighting = { "org" }, -- Required since TS highlighter doesn't support all syntax features (conceal) }, context_commentstring = { enable = true, -- cgit v1.2.3-70-g09d2