This commit is contained in:
don philipe
2023-11-26 17:17:29 +01:00

5
.vimrc
View File

@@ -61,6 +61,11 @@ if empty(glob(data_dir . '/autoload/plug.vim'))
autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
endif
" Shortcut for JSON formatting via jq
if executable('jq')
command JQ %!jq .
endif
" Plugin config section. Plugins will be installed under ~/.vim/plugged/
call plug#begin()