refactor(nvim): set json conceallevel to 2
This commit is contained in:
parent
9a1eb7c488
commit
a874b052c6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user