diff options
author | Squibid <me@zacharyscheiman.com> | 2024-11-19 13:29:28 -0600 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2024-11-19 13:29:28 -0600 |
commit | a8e07d1d7e99761447430369090190bb323c72f7 (patch) | |
tree | e7ceecefd44d29b3fbadd103b2c43fb3ec7b1771 /lua/conf | |
parent | 767ea94d9bd864e582c4a6e737f38b6fa79c45e6 (diff) | |
download | nvim-a8e07d1d7e99761447430369090190bb323c72f7.tar.gz nvim-a8e07d1d7e99761447430369090190bb323c72f7.tar.bz2 nvim-a8e07d1d7e99761447430369090190bb323c72f7.zip |
configure tangle module for neorg
Diffstat (limited to 'lua/conf')
-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 + } } } } |