|
diff --git a/.vimrc b/.vimrc
|
| ... |
| 8 |
Plug 'airblade/vim-gitgutter' |
8 |
Plug 'airblade/vim-gitgutter' |
| 9 |
Plug 'mitjafelicijan/sniper.vim' |
9 |
Plug 'mitjafelicijan/sniper.vim' |
| 10 |
Plug 'mitjafelicijan/c3.vim' |
10 |
Plug 'mitjafelicijan/c3.vim' |
|
|
11 |
Plug 'mitjafelicijan/llm.vim' |
| 11 |
call plug#end() |
12 |
call plug#end() |
| 12 |
|
13 |
|
| 13 |
set encoding=utf8 spelllang=en_us laststatus=2 tabstop=4 shiftwidth=4 |
14 |
set encoding=utf8 spelllang=en_us laststatus=2 tabstop=4 shiftwidth=4 |
| ... |
| 33 |
nnoremap <C-b> :CtrlPBuffer<CR> |
34 |
nnoremap <C-b> :CtrlPBuffer<CR> |
| 34 |
nnoremap <C-k> :ALEHover<CR> |
35 |
nnoremap <C-k> :ALEHover<CR> |
| 35 |
nnoremap <C-j> :ALEDetail<CR> |
36 |
nnoremap <C-j> :ALEDetail<CR> |
| 36 |
nnoremap <Leader>d :bd<CR> |
37 |
nnoremap <Leader>d :bd!<CR> |
| 37 |
nnoremap <Leader>q :nohlsearch<CR> |
38 |
nnoremap <Leader>q :nohlsearch<CR> |
| 38 |
nnoremap <Leader>e :ALEPopulateQuickfix<CR>:sleep 100m<CR>:copen<CR> |
39 |
nnoremap <Leader>e :ALEPopulateQuickfix<CR>:sleep 100m<CR>:copen<CR> |
| 39 |
nnoremap <leader>w :silent! grep! <cword> \| cwindow \| redraw!<CR> |
40 |
nnoremap <leader>w :silent! grep! <cword> \| cwindow \| redraw!<CR> |
| ... |