stop concealing quotes in json
This commit is contained in:
parent
3b6f20b700
commit
15a9e24f4d
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue