mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 14:37:25 +01:00
add minibufexplorer
This commit is contained in:
committed by
Thomas Ruoff
parent
b9809425dd
commit
171f8cf23e
5
vimrc
5
vimrc
@@ -23,6 +23,8 @@ Plug 'ludovicchabant/vim-gutentags'
|
||||
|
||||
Plug 'nathanaelkane/vim-indent-guides'
|
||||
|
||||
Plug 'fholgado/minibufexpl.vim'
|
||||
|
||||
Plug 'SirVer/ultisnips'
|
||||
Plug 'honza/vim-snippets'
|
||||
|
||||
@@ -256,6 +258,9 @@ vnoremap <leader>a y:Ag <c-r>"<cr>
|
||||
nnoremap <leader>A :Ag <c-r><c-w><cr>
|
||||
nnoremap <leader>c :Commits<cr>
|
||||
|
||||
"" minibufexpl
|
||||
map <Leader>t :MBEToggle<cr>
|
||||
|
||||
"" syntastic
|
||||
let g:syntastic_always_populate_loc_list = 1
|
||||
let g:syntastic_auto_loc_list = 0
|
||||
|
||||
Reference in New Issue
Block a user