You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ If you have a bash-compatible shell you can run the script directly:
42
42
43
43
## Installing on Windows
44
44
45
-
On Windows and \*nix [Git] and [Curl] are required. Also, if you haven't done so already, you'll need to install [Vim].
45
+
On Windows and \*nix [Git] and [Curl] are required. Also, if you haven't done so already, you'll need to install [Vim].
46
46
The quickest option to install all three dependencies ([Git], [Curl], [Vim] and [spf13-vim]) is via [Chocolatey] NuGet. After installing [Chocolatey], execute the following commands on the _command prompt_:
47
47
48
48
C:\> choco install spf13-vim
@@ -188,9 +188,9 @@ and `.vimrc.bundles.fork` files in the root of their fork. The load order for t
188
188
189
189
See `.vimrc.bundles` for specifics on what options can be set to override bundle configuration. See `.vimrc.before` for specifics
190
190
on what options can be overridden. Most vim configuration options should be set in your `.vimrc.fork` file, bundle configuration
191
-
needs to be set in your `.vimrc.bundles.fork` file.
191
+
needs to be set in your `.vimrc.bundles.fork` file.
192
192
193
-
You can specify the default bundles for your fork using `.vimrc.before.fork` file. Here is how to create an example `.vimrc.before.fork` file
193
+
You can specify the default bundles for your fork using `.vimrc.before.fork` file. Here is how to create an example `.vimrc.before.fork` file
0 commit comments