aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vimrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/vimrc b/vimrc
index b7a7a9a..6f1860b 100644
--- a/vimrc
+++ b/vimrc
@@ -6,7 +6,6 @@ call plug#begin()
6 Plug 'airblade/vim-gitgutter' 6 Plug 'airblade/vim-gitgutter'
7 Plug 'jiangmiao/auto-pairs' 7 Plug 'jiangmiao/auto-pairs'
8 Plug 'ctrlpvim/ctrlp.vim' 8 Plug 'ctrlpvim/ctrlp.vim'
9 Plug 'yegappan/grep'
10 Plug 'dense-analysis/ale' 9 Plug 'dense-analysis/ale'
11call plug#end() 10call plug#end()
12 11
@@ -23,10 +22,8 @@ set shiftwidth=4 tabstop=4
23 22
24nnoremap <C-Right> :bnext<cr> 23nnoremap <C-Right> :bnext<cr>
25nnoremap <C-Left> :bprevious<cr> 24nnoremap <C-Left> :bprevious<cr>
26nnoremap <M-q> :copen<cr>
27nnoremap <C-q> :copen<cr> 25nnoremap <C-q> :copen<cr>
28nnoremap <C-b> :CtrlPBuffer<cr> 26nnoremap <C-b> :CtrlPBuffer<cr>
29nnoremap <C-h> :Rg<cr>
30nnoremap <C-k> :ALEHover<cr> 27nnoremap <C-k> :ALEHover<cr>
31nnoremap <C-j> :ALEDetail<cr> 28nnoremap <C-j> :ALEDetail<cr>
32 29