Format JSON in VIM

This commit is contained in:
Andrew Tomaka 2022-09-13 14:46:20 -04:00
parent 16fb581726
commit 9fc9458e32
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -116,6 +116,9 @@ map <Leader>gg :exe "!gh gist create -w %:p"<cr><cr>
autocmd Filetype rust set colorcolumn=100
autocmd BufNewFile,BufRead *.tftpl :set filetype=terraform
" other
map <Leader>fj :%!jq .<cr>
" PLUGIN CONFIGURATION
" editorconfig-vim
let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']