refactor(nvim): set json conceallevel to 1
This commit is contained in:
parent
1bd739de9b
commit
5133c96315
@ -1,5 +1,5 @@
|
|||||||
local opt_local = vim.opt_local
|
local opt_local = vim.opt_local
|
||||||
|
|
||||||
opt_local.conceallevel = 0
|
opt_local.conceallevel = 1
|
||||||
opt_local.tabstop = 2
|
opt_local.tabstop = 2
|
||||||
opt_local.shiftwidth = 2
|
opt_local.shiftwidth = 2
|
||||||
|
Loading…
Reference in New Issue
Block a user