update conceallevel for obsidian.nvim
This commit is contained in:
parent
d72a71da78
commit
157a44e011
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.
|
-- Minimal number of screen lines to keep above and below the cursor.
|
||||||
vim.opt.scrolloff = 10
|
vim.opt.scrolloff = 10
|
||||||
|
|
||||||
|
-- adjust conceallevel to work with obsidian.nvim
|
||||||
|
vim.opt.conceallevel = 1
|
||||||
|
|
||||||
-- [[ Basic Keymaps ]]
|
-- [[ Basic Keymaps ]]
|
||||||
-- See `:help vim.keymap.set()`
|
-- See `:help vim.keymap.set()`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue