2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-13 01:10:27 +00:00

remove vimfiler, current vim-master netrw is working again with vim-vinegar

This commit is contained in:
Steffen Rademacker 2016-03-30 17:13:42 +02:00
parent 00e83da053
commit 280eadfd8e
3 changed files with 0 additions and 12 deletions

View File

@ -23,7 +23,6 @@ endfunction
NeoBundle 'Shougo/neocomplete'
NeoBundle 'Shougo/neosnippet'
NeoBundle 'Shougo/unite.vim'
NeoBundle 'Shougo/vimfiler.vim'
NeoBundle 'altercation/vim-colors-solarized'
NeoBundle 'cakebaker/scss-syntax.vim'
NeoBundle 'christoomey/vim-tmux-navigator'

View File

@ -1,10 +0,0 @@
" vimfiler
"======================================================================
let g:vimfiler_as_default_explorer = 1
let g:vimfiler_quick_look_command = 'qlmanage -p'
let g:vimfiler_ignore_pattern = []
call vimfiler#custom#profile('default', 'context', {
\ 'safe' : 0
\ })

1
vimrc
View File

@ -37,5 +37,4 @@ source ~/.vim/config/plugins/neosnippet.vim
source ~/.vim/config/plugins/syntastic.vim
source ~/.vim/config/plugins/unite.vim
source ~/.vim/config/plugins/sneak.vim
source ~/.vim/config/plugins/vimfiler.vim
source ~/.vim/config/plugins/wildfire.vim