summaryrefslogtreecommitdiff
path: root/.vim/bundles.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/bundles.vim')
-rw-r--r--.vim/bundles.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vim/bundles.vim b/.vim/bundles.vim
index 06a091a..5fcbbcf 100644
--- a/.vim/bundles.vim
+++ b/.vim/bundles.vim
@@ -2,7 +2,7 @@ set nocompatible " be iMproved
filetype off " required!
set rtp+=~/.vim/bundle/vundle/
-call vundle#rc()
+call vundle#begin()
" vundle itself
" on a fresh install you need to do:
@@ -68,4 +68,5 @@ Plugin 'PotatoesMaster/i3-vim-syntax'
" LiveScript support
Plugin 'necoro/vim-ls'
+call vundle#end()
filetype plugin indent on " required!