From a8e07d1d7e99761447430369090190bb323c72f7 Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 19 Nov 2024 13:29:28 -0600 Subject: configure tangle module for neorg --- lua/conf/plugins/neorg.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lua/conf') diff --git a/lua/conf/plugins/neorg.lua b/lua/conf/plugins/neorg.lua index b67cb78..f0fec2f 100644 --- a/lua/conf/plugins/neorg.lua +++ b/lua/conf/plugins/neorg.lua @@ -128,6 +128,11 @@ return { 'nvim-neorg/neorg', config = { close_after_use = true } + }, + ["core.tangle"] = { + config = { + tangle_on_write = true + } } } } -- cgit v1.2.1