Use the hostname() call for reading the custom vim files

This commit is contained in:
Oliver Hartmann
2019-02-05 14:32:43 +01:00
parent de932b3fd9
commit 73c04b7841

View File

@@ -31,8 +31,7 @@ Plug 'arakashic/chromatica.nvim', { 'do': ':UpdateRemotePlugins' }
call plug#end()
" =============Paths=====================
echo $HOSTNAME
exec "source " . stdpath('config') . "/" . HOSTNAME . ".vim"
exec "source " . stdpath('config') . "/" . hostname() . ".vim"
" =============Settings==================
filetype plugin on
filetype indent on