fix vim to allow global config

This commit is contained in:
pSox 2018-05-02 13:51:32 +01:00
parent 4619ecfbf8
commit e522265731
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -3,7 +3,7 @@ exec "set rtp=$VIMHOME," . &rtp
set encoding=utf-8
call plug#begin('~/.psoxizsh/vim/plugged')
call plug#begin("$VIMHOME/plugged")
Plug 'junegunn/vim-easy-align'
Plug 'tpope/vim-sensible'
Plug 'tpope/vim-fugitive'