Format JSON in VIM
This commit is contained in:
parent
16fb581726
commit
9fc9458e32
1 changed files with 3 additions and 0 deletions
|
@ -116,6 +116,9 @@ map <Leader>gg :exe "!gh gist create -w %:p"<cr><cr>
|
||||||
autocmd Filetype rust set colorcolumn=100
|
autocmd Filetype rust set colorcolumn=100
|
||||||
autocmd BufNewFile,BufRead *.tftpl :set filetype=terraform
|
autocmd BufNewFile,BufRead *.tftpl :set filetype=terraform
|
||||||
|
|
||||||
|
" other
|
||||||
|
map <Leader>fj :%!jq .<cr>
|
||||||
|
|
||||||
" PLUGIN CONFIGURATION
|
" PLUGIN CONFIGURATION
|
||||||
" editorconfig-vim
|
" editorconfig-vim
|
||||||
let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']
|
let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']
|
||||||
|
|
Loading…
Reference in a new issue