From 61ce53bfd3e2036d2622d068135fc95e68c8e5ce Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 8 Jun 2022 13:56:37 +0100 Subject: [PATCH] Don't conceal things in json --- after/syntax/json.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/after/syntax/json.vim b/after/syntax/json.vim index 60906b8..63f0985 100644 --- a/after/syntax/json.vim +++ b/after/syntax/json.vim @@ -1,3 +1,4 @@ hi link jsonKeyword Function hi link jsonNull Constant hi link jsonQuote Delimiter +setlocal conceallevel=0