aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.vim b/init.vim
index c45a320..84277d5 100644
--- a/init.vim
+++ b/init.vim
@@ -1,7 +1,7 @@
" BEGIN VUNDLE CONFIG
set nocompatible
filetype off
-set rtp+=~/.config/nvim/.vim/bundle/Vundle.vim
+set rtp+=~/.config/nvim/bundle/Vundle.vim
call vundle#begin()
" Vundle, a plugin manager for vim