Attempt running Windows rests relative to GitHub dir

This commit is contained in:
w0rp
2023-09-07 20:47:20 +01:00
parent d52c3db238
commit 9713faf192
2 changed files with 12 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ hi link aleerrorline spellbad
" Load builtin plugins
" We need this because run_vim.sh sets -i NONE
if has('win32')
set runtimepath=$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,C:\vader,C:\testplugin
set runtimepath=$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,C:\vader,$PWD/vader,C:\testplugin,$PWD
else
set runtimepath=/home/vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,/testplugin,/vader
endif