diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-11-09 01:20:18 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-11-09 01:20:18 +0100 |
| commit | 91d8eaad6b397a220d5cbc5f486665aed2cba98a (patch) | |
| tree | f496b98d0f5581c2a10bec87dd3c16309e771e4e /.vimrc | |
| parent | ab6917cb2023d02a71507837f7605d7a3490e82e (diff) | |
Add map for json pretty
Diffstat (limited to '.vimrc')
| -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 |
