From 91d8eaad6b397a220d5cbc5f486665aed2cba98a Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 9 Nov 2025 01:20:18 +0100 Subject: Add map for json pretty --- .vimrc | 1 + 1 file changed, 1 insertion(+) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index ed7ccb5..27b2e04 100644 --- a/.vimrc +++ b/.vimrc @@ -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 :%!jq . """""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Plugin maps -- cgit v1.2.3