Delete buffer fix and llm.vim addon

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2026-05-17 22:51:30 +0200
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2026-05-17 22:51:30 +0200
Commit f8ef2e478bb054b12089e0d0dfe9ce6c643ffe60 (patch)
-rw-r--r-- .vimrc 3
1 files changed, 2 insertions, 1 deletions
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>
...