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