nvim-develop #3

Closed
t0xa wants to merge 44 commits from nvim-develop into main
Showing only changes of commit cb4c440d8c - Show all commits

View file

@ -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,
} }