don't hide quotes in json

This commit is contained in:
Markus Dieckmann 2023-12-13 15:17:37 +01:00
parent cf8bf9bbe1
commit f0f3c7df69

View File

@ -7,3 +7,4 @@ local opt = vim.opt
opt.scrolloff = 999 opt.scrolloff = 999
vim.diagnostic.config({ virtual_text = false }) vim.diagnostic.config({ virtual_text = false })
opt.title = true opt.title = true
opt.conceallevel = 0