refactor(nvim): set json conceallevel to 2

This commit is contained in:
Price Hiller 2023-08-21 19:12:09 -05:00
parent 9a1eb7c488
commit a874b052c6
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

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