update conceallevel for obsidian.nvim

This commit is contained in:
0x4D5352 2024-12-20 13:41:02 -06:00
parent d72a71da78
commit 157a44e011
1 changed files with 3 additions and 0 deletions

View File

@ -71,6 +71,9 @@ vim.opt.cursorline = true
-- Minimal number of screen lines to keep above and below the cursor.
vim.opt.scrolloff = 10
-- adjust conceallevel to work with obsidian.nvim
vim.opt.conceallevel = 1
-- [[ Basic Keymaps ]]
-- See `:help vim.keymap.set()`