From a04d2a0eaf70b4d383a080af71f77cda771cb00b Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 22 May 2024 13:49:31 +0200 Subject: [PATCH] orgmode has own ts implementation --- lua/plugins/treesitter.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index 9b3cc6a..de5bd13 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -4,6 +4,7 @@ return { build = ':TSUpdate', opts = { ensure_installed = { 'bash', 'html', 'lua', 'markdown', 'vim', 'vimdoc', 'javascript', 'typescript', 'rust' }, + ignore_install = { 'org' }, -- Autoinstall languages that are not installed auto_install = true, highlight = {