diff --git a/files/vim/.vim/vimrc b/files/vim/.vim/vimrc index 0e19d1c..5c2acde 100644 --- a/files/vim/.vim/vimrc +++ b/files/vim/.vim/vimrc @@ -247,8 +247,9 @@ nnoremap ga. :Git add . nnoremap gc :Git commit "fzf -nnoremap gf :GitFiles -nnoremap f :Files +nnoremap f :GitFiles +nnoremap F :Files +nnoremap c :Commands nnoremap b :Buffers nnoremap h :Helptags nnoremap m :Maps @@ -357,7 +358,9 @@ let g:ale_fixers = { \ 'css': ['prettier'], \ 'scss': ['prettier'], \ 'html': ['prettier'], -\ 'markdown': ['prettier'] +\ 'markdown': ['prettier'], +\ 'yaml': ['prettier'], +\ 'json': ['prettier'] \} let g:ale_sign_error = 'W>'