Update obsidian.nvim config
This commit is contained in:
parent
fd1fe4866a
commit
2b1914b953
1 changed files with 4 additions and 1 deletions
|
|
@ -529,7 +529,10 @@ return {
|
|||
local path = spec.dir / spec.id
|
||||
return path:with_suffix(".md")
|
||||
end,
|
||||
preferred_link_style = "wiki",
|
||||
link = {
|
||||
format = "shortest",
|
||||
style = "wiki",
|
||||
},
|
||||
frontmatter = {
|
||||
enabled = false,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue