From 0a2b75414b316fcf15b87bf66dc3316c76c882ca Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 25 Aug 2014 01:37:45 -0400 Subject: [PATCH] Made the plugin categories for filetypes more consistant --- vim/config/plugins.vim | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index 21dfd3f..657324a 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -23,11 +23,6 @@ set tags=./.tags;,~/.vim/tags "}}} -"SYNTAX PLUGINS: {{{ - let g:vim_json_warnings=0 - let g:vim_json_syntax_conceal=0 -"}}} - "EASYTAGS: {{{ let g:easytags_file='~/.vim/tags' let g:easytags_suppress_ctags_warning=1 @@ -77,6 +72,11 @@ autocmd FileType gundo setlocal nocursorcolumn "}}} +"JSON: {{{ + let g:vim_json_warnings=0 + let g:vim_json_syntax_conceal=0 +"}}} + "MARKDOWN: {{{ let g:vim_markdown_folding_disabled=0 let g:vim_markdown_initial_foldlevel=2