Skip to content

Commit

Permalink
Disable vim_markdown_frontmatter when obsidian is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
ViViDboarder committed Nov 15, 2023
1 parent b9917f5 commit 7690374
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neovim/lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ use({
},
tag = "v1.*",
config = function()
vim.g.vim_markdown_frontmatter = 1
require("obsidian").setup({
workspaces = {
{ name = "personal", path = "~/Documents/Obsidian" },
Expand Down

0 comments on commit 7690374

Please sign in to comment.