Update configs

This commit is contained in:
2018-06-13 17:22:10 +03:00
parent 0c78a57821
commit f79ec9a1da
6 changed files with 13 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ set nocompatible
filetype off
set rtp+=$HOME/.config/nvim/bundle/Vundle.vim
call vundle#begin()
call vundle#begin('$HOME/.config/nvim/bundle')
" let Vundle manage Vundle
" required!