Remove obsidian frontmatter & .md conceal, use telescope vertical layout

This commit is contained in:
2025-12-02 13:59:16 -06:00
parent 87e8ff848b
commit 9b6974dce5
3 changed files with 11 additions and 8 deletions

View File

@@ -4,6 +4,9 @@ return {
version = "*", -- '*' for latest release, not latest commit
ft = "markdown",
opts = {
frontmatter = {
enabled = false,
},
legacy_commands = false,
new_notes_location = os.getenv("DIR_NOTES") .. "/inbox",
ui = {