Disable obsidian nvim UI
This commit is contained in:
parent
7aa66d1762
commit
88c96947eb
1 changed files with 3 additions and 0 deletions
|
@ -19,5 +19,8 @@ return {
|
|||
},
|
||||
-- disable adding properties on top of file on save
|
||||
disable_frontmatter = true,
|
||||
ui = {
|
||||
enable = false
|
||||
}
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue