From 84eeceb6fa99af790b66f15b6c5633ba637cab55 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 11 Oct 2023 23:47:33 +0200 Subject: [PATCH] norg_meta seems to have been removed --- lua/custom/plugins/treesitter.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/custom/plugins/treesitter.lua b/lua/custom/plugins/treesitter.lua index 5425c18..e41e1c1 100644 --- a/lua/custom/plugins/treesitter.lua +++ b/lua/custom/plugins/treesitter.lua @@ -39,7 +39,6 @@ return { 'markdown_inline', 'mermaid', 'norg', - 'norg_meta', 'org', 'python', 'regex',