configure tangle module for neorg
This commit is contained in:
parent
767ea94d9b
commit
a8e07d1d7e
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue