bye bye bufexplorer

This commit is contained in:
ManjaroOne666 2018-05-01 23:36:00 +01:00
parent d2a1a80432
commit 9cc54e1bdb
1 changed files with 1 additions and 9 deletions

View File

@ -10,9 +10,6 @@ Plugin 'hail2u/vim-css3-syntax.git'
"scss-syntax
Plugin 'cakebaker/scss-syntax.vim'
"
"bufexplorer
Plugin 'jlanzarotta/bufexplorer'
"
"tagbar
Plugin 'majutsushi/tagbar'
"
@ -242,7 +239,7 @@ let g:hardtime_showmsg = 1
let g:hardtime_ignore_quickfix = 1
let g:hardtime_allow_different_key = 0
let g:hardtime_maxcount = 3
let g:hardtime_ignore_buffer_patterns = ['BufExplorer', 'TagBar', 'gitv']
let g:hardtime_ignore_buffer_patterns = ['TagBar', 'gitv']
"}}}
" vim-peekaboo
@ -328,11 +325,6 @@ let g:netrw_list_hide='^\..*'
let g:netrw_preview = 0
"}}}
" bufexploer
"{{{
nnoremap <space>o :BufExplorer<CR>
"}}}
" undotree
"{{{
nnoremap <space>ut :UndotreeToggle<cr>