From 2d63c52bce7c800852406c0bfae02f762fd99721 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Tue, 10 May 2016 11:35:55 +0200 Subject: got rid of the 'plugins' folder instead using the default name 'bundle' now --- vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index e03c5e1..e57b242 100644 --- a/vimrc +++ b/vimrc @@ -3,8 +3,8 @@ " Vundle: plugin manager... set nocompatible | " do not try to be vi, be vim (required by Vundle) filetype off | " Vundle needs this -set rtp+=~/.vim/plugins/Vundle.vim | " set runtimepath (required by Vundle) -call vundle#begin('~/.vim/plugins/') | " location where Vundle searches&installs plugins +set rtp+=~/.vim/bundle/Vundle.vim | " set runtimepath (required by Vundle) +call vundle#begin('~/.vim/bundle/') | " location where Vundle searches&installs plugins " Plugin dependant configurations... Plugin 'VundleVim/Vundle.vim' | " Vundle itself (required) -- cgit v1.2.3