Skip to content

Commit 9e1bf19

Browse files
committed
Improve the readme to show an option to configure the
environment variables because they are not set by default with gVim.
1 parent 1c634fa commit 9e1bf19

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.markdown

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,17 @@ If you want to install [msysgit], [Curl] and [spf13-vim] individually, follow th
5656

5757
### Installing dependencies
5858

59+
#### Install [Vim]
60+
61+
After the installation of Vim you must add a new directory to your environment variables path to make it work with the script installation of spf13.
62+
63+
Open Vim and write the following command, it will show the installed directory:
64+
65+
:echo $VIMRUNTIME
66+
C:\Program Files (X86)\Vim\vim74
67+
68+
Then you need to add it to your environment variable path. After that try execute `vim` within command prompt (press Win-R, type `cmd`, press Enter) and you’ll see the default vim page.
69+
5970
#### Install [msysgit]
6071

6172
After installation try running `git --version` within _command prompt_ (press Win-R, type `cmd`, press Enter) to make sure all good:

0 commit comments

Comments
 (0)