You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 lines
341 B

set nocompatible
filetype off
set rtp=./.vim/
set rtp+=./.vim/bundle/vundle/
call vundle#begin('./.vim/bundle')
Plugin 'tpope/vim-fugitive'
Plugin 'tpope/vim-surround', {'version': 'v2.1'}
Plugin 'kien/ctrlp.vim', {'name': 'customFolderName', 'version': '1.79'}
Plugin 'pangloss/vim-javascript', {'version': 'v0.9.0'}
call vundle#end()