use full path to load machine vim file
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user