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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user