diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index 5c0dad9..d739239 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -160,7 +160,7 @@ set laststatus=2 " show the satus line all the time " the plugins section " Close the current buffer -noremap :q +" noremap :q " remap esc inoremap jk @@ -402,6 +402,9 @@ let g:ctrlp_working_path_mode = 2 let g:airline_powerline_fonts=1 let g:airline_theme='badwolf' +" don't hide quotes in json files +let g:vim_json_syntax_conceal = 0 + let g:SuperTabCrMapping = 0