diff options
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -3,7 +3,6 @@ filetype plugin on | |||
| 3 | 3 | ||
| 4 | call plug#begin() | 4 | call plug#begin() |
| 5 | Plug 'tpope/vim-commentary' | 5 | Plug 'tpope/vim-commentary' |
| 6 | Plug 'tpope/vim-fugitive' | ||
| 7 | Plug 'mitjafelicijan/sniper.vim' | 6 | Plug 'mitjafelicijan/sniper.vim' |
| 8 | Plug 'ctrlpvim/ctrlp.vim' | 7 | Plug 'ctrlpvim/ctrlp.vim' |
| 9 | Plug 'dense-analysis/ale' | 8 | Plug 'dense-analysis/ale' |
| @@ -22,6 +21,8 @@ nnoremap <C-q> :copen<CR> | |||
| 22 | nnoremap <C-b> :CtrlPBuffer<CR> | 21 | nnoremap <C-b> :CtrlPBuffer<CR> |
| 23 | nnoremap <C-k> :ALEHover<CR> | 22 | nnoremap <C-k> :ALEHover<CR> |
| 24 | nnoremap <C-j> :ALEDetail<CR> | 23 | nnoremap <C-j> :ALEDetail<CR> |
| 24 | nnoremap <M-Right> :cnext<CR> | ||
| 25 | nnoremap <M-Left> :cprevious<CR> | ||
| 25 | nnoremap <Leader>d :bd<CR> | 26 | nnoremap <Leader>d :bd<CR> |
| 26 | nnoremap <leader>t :term<CR> | 27 | nnoremap <leader>t :term<CR> |
| 27 | nnoremap <Leader>q :nohlsearch<CR> | 28 | nnoremap <Leader>q :nohlsearch<CR> |
