configure tangle module for neorg
This commit is contained in:
@ -128,6 +128,11 @@ return { 'nvim-neorg/neorg',
|
|||||||
config = {
|
config = {
|
||||||
close_after_use = true
|
close_after_use = true
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
["core.tangle"] = {
|
||||||
|
config = {
|
||||||
|
tangle_on_write = true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user