Created
February 2, 2016 13:19
-
-
Save gaejabong/6c24c98f6eccb36902b8 to your computer and use it in GitHub Desktop.
plugins.vim
This file contains 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
filetype off " required | |
" set the runtime path to include Vundle and initialize | |
set rtp+=~/.vim/bundle/Vundle.vim | |
call vundle#begin() | |
Plugin 'VundleVim/Vundle.vim' | |
Plugin 'tpope/vim-vinegar' | |
Plugin 'scrooloose/nerdtree' | |
Plugin 'ctrlpvim/ctrlp.vim' | |
call vundle#end() " required | |
filetype plugin indent on " required | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment