From 76903741e7df614555e78a807cdaa1d728c9b0f9 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 15 Nov 2023 09:53:47 -0800 Subject: [PATCH] Disable vim_markdown_frontmatter when obsidian is loaded --- neovim/lua/plugins.lua | 1 + 1 file changed, 1 insertion(+) 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" },