diff --git a/.vimrc b/.vimrc index 37f9e69a56eb74ba8b709f418e49355dce844a71..b2a36db9a2d085983a92b35dee00d6b80c4d91c9 100644 --- a/.vimrc +++ b/.vimrc @@ -1,7 +1,6 @@ call plug#begin() Plug 'tpope/vim-sensible' Plug 'tpope/vim-commentary' - Plug 'tpope/vim-unimpaired' Plug 'airblade/vim-gitgutter' Plug 'ctrlpvim/ctrlp.vim' Plug 'dense-analysis/ale' @@ -23,11 +22,6 @@ nnoremap :ALEHover nnoremap :ALEDetail nnoremap :!sh .vim nnoremap r :let @/ = '' - -nmap [e -nmap ]e -vmap [egv -vmap ]egv nmap gr :ALEFindReferences nmap gd :ALEGoToDefinition