use full path to load machine vim file
This commit is contained in:
parent
c74770e7e1
commit
de932b3fd9
2
init.vim
2
init.vim
@ -32,7 +32,7 @@ call plug#end()
|
|||||||
|
|
||||||
" =============Paths=====================
|
" =============Paths=====================
|
||||||
echo $HOSTNAME
|
echo $HOSTNAME
|
||||||
exec "source " . HOSTNAME . ".vim"
|
exec "source " . stdpath('config') . "/" . HOSTNAME . ".vim"
|
||||||
" =============Settings==================
|
" =============Settings==================
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
filetype indent on
|
filetype indent on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user