diff --git a/vimrc b/vimrc index d8070da..03220a4 100644 --- a/vimrc +++ b/vimrc @@ -122,7 +122,6 @@ endif let g:ale_sign_error = '->' let g:ale_sign_warning = '~>' - let g:ale_linters = { \ 'javascript': ['eslint'], \ 'golang': ['gopls', 'gofmt'], @@ -329,7 +328,7 @@ endif let mapleader = ',' nnoremap :bd nnoremap :NERDTree -nnoremap :WinResizerStartResize +nnoremap r :redo nnoremap nnoremap nnoremap @@ -341,6 +340,7 @@ nnoremap :Buffers nnoremap :Files nnoremap :Rg nnoremap \ :call Fzf_dev() -nnoremap c :Commits +nnoremap c :Commits +nnoremap b :Gblame map :bnext map :bprev