Disable obsidian nvim UI

This commit is contained in:
pro100ton 2024-11-15 15:41:40 +03:00
parent 7aa66d1762
commit 88c96947eb

View file

@ -19,5 +19,8 @@ return {
}, },
-- disable adding properties on top of file on save -- disable adding properties on top of file on save
disable_frontmatter = true, disable_frontmatter = true,
ui = {
enable = false
}
}, },
} }