add connealinglevel to 2

This commit is contained in:
jujekebab 2026-01-21 18:48:55 +09:00
parent f5d27573f4
commit e65da3f0a2
1 changed files with 3 additions and 0 deletions

View File

@ -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>')