mirror of
https://github.com/softinio/nvim-config.git
synced 2025-08-31 23:16:41 -07:00
set conceal level as needed by obsidian plugin
This commit is contained in:
parent
3270aa2044
commit
f3886dfc49
1 changed files with 3 additions and 0 deletions
3
init.lua
3
init.lua
|
@ -31,6 +31,9 @@ else
|
||||||
-- [[ Setting options ]]
|
-- [[ Setting options ]]
|
||||||
-- See `:help vim.o`
|
-- See `:help vim.o`
|
||||||
|
|
||||||
|
-- conceal level (needed for obsidian)
|
||||||
|
vim.o.conceallevel = 1
|
||||||
|
|
||||||
-- Set highlight on search
|
-- Set highlight on search
|
||||||
vim.o.hlsearch = true
|
vim.o.hlsearch = true
|
||||||
vim.o.incsearch = true
|
vim.o.incsearch = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue