add connealinglevel to 2
This commit is contained in:
parent
f5d27573f4
commit
e65da3f0a2
3
init.lua
3
init.lua
|
|
@ -83,6 +83,9 @@ vim.o.scrolloff = 10
|
||||||
-- instead raise a dialog asking if you wish to save the current file(s)
|
-- instead raise a dialog asking if you wish to save the current file(s)
|
||||||
vim.o.confirm = true
|
vim.o.confirm = true
|
||||||
|
|
||||||
|
-- Enable conceal for Obsidian.nvim UI features
|
||||||
|
vim.o.conceallevel = 2
|
||||||
|
|
||||||
-- [[ Basic Keymaps ]]
|
-- [[ Basic Keymaps ]]
|
||||||
-- Clear highlights on search when pressing <Esc> in normal mode
|
-- Clear highlights on search when pressing <Esc> in normal mode
|
||||||
vim.keymap.set('n', '<Esc>', '<cmd>nohlsearch<CR>')
|
vim.keymap.set('n', '<Esc>', '<cmd>nohlsearch<CR>')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue