diff options
| -rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -167,6 +167,7 @@ autocmd BufNewFile,BufRead *.yaml.gotmpl set filetype=yaml " for highlighting autocmd FileType gitcommit,markdown setlocal spell " spell check commits and markdown files autocmd FileType gitcommit,markdown set complete+=spell " spell complete with CTRL+N/CTRL+P autocmd FileType ruby setlocal nospell " disable spell checking for ruby documentation +autocmd FileType json nnoremap <buffer> <silent> <C-f> :%!jq .<CR> """""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Plugin maps |
