From de932b3fd99326835656801d74fa7e540509f2a5 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Sun, 3 Feb 2019 13:43:22 +0100 Subject: [PATCH] use full path to load machine vim file --- init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.vim b/init.vim index 270e32c..84aff94 100644 --- a/init.vim +++ b/init.vim @@ -32,7 +32,7 @@ call plug#end() " =============Paths===================== echo $HOSTNAME -exec "source " . HOSTNAME . ".vim" +exec "source " . stdpath('config') . "/" . HOSTNAME . ".vim" " =============Settings================== filetype plugin on filetype indent on