refactor(nvim): set conceallevel to 0 for json files

This solves some nuisances in which I can't tell if some indicies are
quoted or not
This commit is contained in:
Price Hiller 2023-02-19 17:09:13 -06:00
parent 81c308fb4d
commit 5ef8ad7fb3

View File

@ -1,4 +1,5 @@
local opt_local = vim.opt_local
opt_local.conceallevel = 0
opt_local.tabstop = 2
opt_local.shiftwidth = 2