update conceallevel for obsidian.nvim
This commit is contained in:
parent
d72a71da78
commit
157a44e011
1 changed files with 3 additions and 0 deletions
3
init.lua
3
init.lua
|
|
@ -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()`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue