1
0
Fork 0

stop concealing quotes in json

This commit is contained in:
Luca Bilke 2023-12-24 19:08:05 +01:00
parent 3b6f20b700
commit 15a9e24f4d

View file

@ -4,6 +4,7 @@ local d = vim.diagnostic.config
g.mapleader = " "
g.maplocalleader = " "
g.vim_json_conceal = 0
o.undodir = vim.fn.stdpath "cache" .. "/undo"
o.clipboard = "unnamedplus"