1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-02-04 06:40:25 +01:00

Do not conceal quotes, code block openings etc

This commit is contained in:
2026-01-21 11:10:31 +01:00
parent c3a8f16c53
commit 99152ac85c

View File

@@ -12,5 +12,6 @@ vim.opt.smartindent = true -- smart indentation
vim.opt.termguicolors = true -- true color support vim.opt.termguicolors = true -- true color support
vim.opt.clipboard = "unnamedplus" -- system clipboard vim.opt.clipboard = "unnamedplus" -- system clipboard
-- vim.opt.smoothscroll = true -- vim.opt.smoothscroll = true
vim.opt.conceallevel = 0
-- Colorscheme is set in its plugin file -- Colorscheme is set in its plugin file