fixed conceal level for obsidian and markdown files

This commit is contained in:
2025-12-04 20:29:42 +01:00
parent 367fbd7009
commit 92a4ff391a
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1,2 @@
vim.opt.wrap = true
vim.opt.conceallevel = 2

View File

@@ -18,7 +18,7 @@ return {
-- see below for full list of optional dependencies 👇
},
config = function()
vim.opt_local.conceallevel = 2
vim.opt_global.conceallevel = 2
require("obsidian").setup({
workspaces = {