This has been moved to https://github.com/dorfsmay/deadbeef
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""""""""""""""""""""""""""""""""""""" | |
" For vundle | |
" to install all plugins: | |
" vim +PluginInstall +qall | |
set nocompatible | |
filetype off | |
set rtp+=~/.vim/bundle/Vundle.vim | |
call vundle#begin() | |
Plugin 'gmarik/Vundle.vim' | |
"""""""""""""""""""""""""""""""""""""" |