From dbff00b6fc0cbbc5668c1ef8d5960815c3bf72e7 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sat, 10 Jul 2021 14:43:39 +0100 Subject: [PATCH] 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. --- init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.vim b/init.vim index c9a3c9c..8a14ef1 120000 --- a/init.vim +++ b/init.vim @@ -1 +1 @@ -vimrc \ No newline at end of file +runtime vimrc