From 2586b6ff875d44f676022968ed9c6c074153be4b Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Mon, 25 Dec 2023 10:47:08 +0100 Subject: [PATCH] neorg: treesitter parsers install * https://github.com/nvim-neorg/neorg#treesitter --- lua/lazy-configure.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lua/lazy-configure.lua b/lua/lazy-configure.lua index fa98b18..b6ec9d3 100644 --- a/lua/lazy-configure.lua +++ b/lua/lazy-configure.lua @@ -211,7 +211,9 @@ require('lazy').setup({ -- Pandoc 'vim-pandoc/vim-pandoc-syntax', -- neorg - 'nvim-neorg/neorg', + { 'nvim-neorg/neorg', + build = ':Neorg sync-parsers', + }, -- vim-speeddating 'tpope/vim-speeddating', -- vim-tabular