configure tangle module for neorg

This commit is contained in:
2024-11-19 13:29:28 -06:00
parent 767ea94d9b
commit a8e07d1d7e

View File

@ -128,6 +128,11 @@ return { 'nvim-neorg/neorg',
config = {
close_after_use = true
}
},
["core.tangle"] = {
config = {
tangle_on_write = true
}
}
}
}