diff options
-rw-r--r-- | init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |