diff options
Diffstat (limited to '')
-rw-r--r-- | lua/conf/plugins/neorg.lua | 5 |
1 files changed, 5 insertions, 0 deletions
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 + } } } } |