mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-04-28 05:02:26 +00:00
Fixed XDG packages location for Vundle
This commit is contained in:
parent
ccdf5e7218
commit
72be1fd8a1
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ autocmd BufWritePre * %s/\s\+$//e
|
||||||
|
|
||||||
" Vundle Init
|
" Vundle Init
|
||||||
set rtp+=~/.local/share/vim/bundle/Vundle.vim
|
set rtp+=~/.local/share/vim/bundle/Vundle.vim
|
||||||
call vundle#begin()
|
call vundle#begin('~/.local/share/vim/bundle')
|
||||||
|
|
||||||
" Plugins
|
" Plugins
|
||||||
Plugin 'VundleVim/Vundle.vim'
|
Plugin 'VundleVim/Vundle.vim'
|
||||||
|
|
Loading…
Add table
Reference in a new issue