Explorar el Código

Add Vundle plugin manager in vimrc

DricomDragon hace 5 años
padre
commit
31e5a1b657
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      Install/Templates/vimrc

+ 10 - 0
Install/Templates/vimrc

@@ -1,3 +1,13 @@
+" Vundle plugin manager
+set nocompatible
+filetype off
+
+set rtp+=~/.vim/bundle/Vundle.vim
+
+call vundle#begin()
+Plugin 'VundleVim/Vundle.vim'
+call vundle#end()
+
 " Make hard tab look like 4 spaces tabs
 set shiftwidth=4
 set tabstop=4