diff --git a/.vim/after/ftplugin/json.vim b/.vim/after/ftplugin/json.vim new file mode 100644 index 0000000..f60e6fa --- /dev/null +++ b/.vim/after/ftplugin/json.vim @@ -0,0 +1,4 @@ +" folds fold {} and [] +setlocal foldmethod=syntax +" open with all folds opened +setlocal nofoldenable