Make init.vim work on Windows

Symbolic links committed to Git repositories do not work on Windows.
Repalce the `init.vim` symbolic link with a regular file which loads
`vimrc`, this should work on all platforms.
This commit is contained in:
Kenneth Benzie 2021-07-10 14:43:39 +01:00
parent 9cc1ac8d87
commit dbff00b6fc

View File

@ -1 +1 @@
vimrc
runtime vimrc