Skip to content

Commit 57ba698

Browse files
authored
Add install snippets for Windows and Fix a typo in course.tsx (#9)
1 parent 2da97a3 commit 57ba698

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

public/course.tsx

+5-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ NOTE: Prerequisites
2727
2828
Before starting this course, you should have Neovim installed and configured:
2929
30-
- 1) macOS: `brew install nvim fzf ripgrep`
30+
- 1) Install Neovim and its dependencies
31+
- macOS: `brew install nvim fzf ripgrep`
32+
- Windows: `choco install -y neovim git ripgrep wget fd unzip gzip mingw make`
3133
- 2) Follow this quickstart: https://github.com/nvim-lua/kickstart.nvim
3234
- Don't feel you need to understand the entire Lua file
3335
- At the completion of the course, we'll talk about plugins and configuration
@@ -729,7 +731,7 @@ function App() {
729731

730732
// Now, to make this stick, start building using Vim and reference the cheat sheet.
731733
// You will make mistakes — this is okay! If you use the wrong command or mess up,
732-
// stop, undo (`u`), and try again. Try moving slower and first and thinking carefully
734+
// stop, undo (`u`), and try again. Try moving slower and think carefully
733735
// about the sequence of commands you'll use before you start typing. Enjoy!
734736

735737
// Cheat sheet: https://github.com/leerob/vim-for-react-devs
@@ -748,6 +750,7 @@ function App() {
748750
// - This is in the Kickstart, but you need to uncomment it
749751
// - lazygit (easy GUI for git commands)
750752
// - macOS: brew install lazygit
753+
// - Windows: choco install -y lazygit
751754
// - lazygit.nvim (open lazygit directly from Neovim with <leader>lg)
752755
// - <leader> defaults to `space` with Quickstart
753756
// - https://github.com/kdheepak/lazygit.nvim

0 commit comments

Comments
 (0)