diff --git a/neovim/lua/plugins.lua b/neovim/lua/plugins.lua index accda7c..7f826c5 100644 --- a/neovim/lua/plugins.lua +++ b/neovim/lua/plugins.lua @@ -525,6 +525,7 @@ use({ }, tag = "v1.*", config = function() + vim.g.vim_markdown_frontmatter = 1 require("obsidian").setup({ workspaces = { { name = "personal", path = "~/Documents/Obsidian" },