From 09363fadcd9e290410444922c10e1ce8a13bbfa1 Mon Sep 17 00:00:00 2001 From: James Dixon Date: Sat, 15 May 2021 17:57:15 -0400 Subject: [PATCH] add linters and change mappings --- files/vim/.vim/vimrc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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>'