Update Obsidian config

This commit is contained in:
Martin Pander
2025-06-23 13:33:03 +02:00
parent 90b2f80c83
commit 27643e0837
2 changed files with 12 additions and 6 deletions

View File

@ -50,6 +50,7 @@ vim.opt.syntax = 'on'
vim.opt.encoding = 'utf-8'
vim.opt.completeopt = 'menu,menuone,noselect'
vim.opt.termguicolors = true
vim.opt.conceallevel = 1
----------------------------