From 152117c4b75b78cefa551eb6bdafe5b0049c2c39 Mon Sep 17 00:00:00 2001 From: Dmitry Chumak Date: Fri, 16 Sep 2022 20:00:22 +0300 Subject: [PATCH] [vim] disable default vim conseal for json --- vim/ftplugin/json.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vim/ftplugin/json.vim diff --git a/vim/ftplugin/json.vim b/vim/ftplugin/json.vim new file mode 100644 index 0000000..bd55dee --- /dev/null +++ b/vim/ftplugin/json.vim @@ -0,0 +1,2 @@ +set conceallevel=0 +let g:indentLine_setConceal = 0