We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aff28a0 + 8b38bd5 commit 2da97a3Copy full SHA for 2da97a3
README.md
@@ -10,7 +10,9 @@ This mini-course is designed to help **React developers** learn **Vim** commands
10
11
Before starting this course, you should have neovim installed and configured:
12
13
-1. macOS: `brew install nvim fzf ripgrep`
+1. Install Neovim and dependencies
14
+ - macOS: `brew install nvim fzf ripgrep`
15
+ - Windows: `choco install -y neovim git ripgrep wget fd unzip gzip mingw make`
16
2. Follow [this Neovim quickstart](https://github.com/nvim-lua/kickstart.nvim)
17
18
That's it! Download the [course file](./public/course.tsx) and start neovim with `nvim course.tsx`.
0 commit comments