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.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,11 +85,6 @@ If you have been a vimmer for quite a while, just pick out the part you are inte
85
85
86
86
### Prerequisites
87
87
88
-
Make sure you have installed:
89
-
90
-
-**git**
91
-
-**Vim** or **NeoVim**
92
-
93
88
The most recent Vim(NeoVim) version is recommended, for space-vim has been specifically optimized for Vim8 and NeoVim with respect to the startup time.
94
89
95
90
[chocolatey](https://chocolatey.org/) is an easy way to install software on Windows, tools like `fzf`, `rg`, `ag` are necessary to get you a full-featured space-vim.
@@ -98,6 +93,8 @@ The most recent Vim(NeoVim) version is recommended, for space-vim has been speci
98
93
99
94
### Linux and macOS
100
95
96
+
`/path/to/space-vim` may be `~/.vim` (Vim), `~/.config/nvіm` (Neovim), or elsewhere. Installing space-vim to the conventional Vim/Neovim install location mitigates the need for an extra symlink to where space-vim is installed.
97
+
101
98
#### one-line installer
102
99
103
100
```bash
@@ -121,14 +118,11 @@ The easist way is to download [`install.cmd`](https://raw.githubusercontent.com/
121
118
122
119
### Manual
123
120
124
-
Given git and Vim/NeoVim have been installed already:
0 commit comments