diff options
| -rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -154,6 +154,7 @@ autocmd BufRead,BufNewFile *.md setlocal spell " spell check md files autocmd BufRead,BufNewFile *.markdown setlocal spell " spell check md files autocmd FileType gitcommit setlocal spell " spell check commits autocmd FileType javascript noremap <buffer> <c-f> :call JsBeautify()<cr> +autocmd FileType json noremap <buffer> <c-f> :call JsBeautify()<cr> autocmd FileType html noremap <buffer> <c-f> :call HtmlBeautify()<cr> autocmd FileType css noremap <buffer> <c-f> :call CSSBeautify()<cr> autocmd FileType scss noremap <buffer> <c-f> :call CSSBeautify()<cr> |
