From e125c201cb99c7db20dbaa4e636561e617730807 Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Thu, 18 Apr 2024 15:49:15 +0200 Subject: [PATCH] treesitter: add 'norg_meta' for `:neorg journal` --- lua/treesitter-configure.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/treesitter-configure.lua b/lua/treesitter-configure.lua index ef4fbc6..1112b96 100644 --- a/lua/treesitter-configure.lua +++ b/lua/treesitter-configure.lua @@ -3,7 +3,7 @@ vim.defer_fn(function() require('nvim-treesitter.configs').setup { -- Add languages to be installed here that you want installed for treesitter - ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'javascript', 'typescript', 'vimdoc', 'vim', 'bash', 'norg' }, + ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'javascript', 'typescript', 'vimdoc', 'vim', 'bash', 'norg', 'norg_meta' }, ignore_install = {'latex', 'tex', 'markdown'}, disable = {'latex', 'tex', 'markdown'},