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
+49-4Lines changed: 49 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,8 @@ External Requirements:
35
35
- etc.
36
36
37
37
> **NOTE**
38
-
> See [Windows Installation](#Windows-Installation) to double check any additional Windows notes
38
+
> See [Install Recipes](#Install-Recipes) for additional Windows and Linux specific notes
39
+
> and quick install snippets
39
40
40
41
Neovim's configurations are located under the following paths, depending on your OS:
41
42
@@ -182,8 +183,15 @@ return {
182
183
* [Restructure the configuration](https://github.com/nvim-lua/kickstart.nvim/issues/218)
183
184
* [Reorganize init.lua into a multi-file setup](https://github.com/nvim-lua/kickstart.nvim/pull/473)
184
185
185
-
### Windows Installation
186
+
### Install Recipes
186
187
188
+
Below you can find OS specific install instructions for Neovim and dependencies.
189
+
190
+
After installing all the dependencies continue with the [Install Kickstart](#Install-Kickstart) step.
191
+
192
+
#### Windows Installation
193
+
194
+
<details><summary>Windows with Microsoft C++ Build Tools and CMake</summary>
187
195
Installation may require installing build tools and updating the run command for `telescope-fzf-native`
188
196
189
197
See `telescope-fzf-native` documentation for [more details](https://github.com/nvim-telescope/telescope-fzf-native.nvim#installation)
0 commit comments