Explorar o código

Add Vundle plugin manager in vimrc

DricomDragon %!s(int64=5) %!d(string=hai) anos
pai
achega
31e5a1b657
Modificáronse 1 ficheiros con 10 adicións e 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