Set conceallevel

This commit is contained in:
Sonny Bakker 2026-09-16 11:29:45 +02:00
parent 8c4676927d
commit c430bf66d2

View file

@ -64,3 +64,6 @@ vim.opt.mouse = ''
-- python interpreter
vim.g.python3_host_prog = '/usr/bin/python3'
-- hide concealed text completely unless it has a custom replacement character defined
vim.o.conceallevel = 2