nvim-develop #3
1 changed files with 3 additions and 1 deletions
|
|
@ -42,7 +42,9 @@ require("obsidian").setup {
|
||||||
-- Set attachements new folder
|
-- Set attachements new folder
|
||||||
attachments = {
|
attachments = {
|
||||||
img_folder = "Media"
|
img_folder = "Media"
|
||||||
}
|
},
|
||||||
|
-- Disable auto formatter for files
|
||||||
|
disable_frontmatter = true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue