install script working as it should

This commit is contained in:
Tristaan
2017-11-17 06:03:39 +01:00
parent df63ebfaaa
commit 549073569f
26 changed files with 2600 additions and 25 deletions

View File

@@ -0,0 +1,9 @@
set nocompatible
syntax on
filetype off
set rtp+=~/.vim/bundle/Vundle.vim/
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
call vundle#end()
filetype plugin indent on