@@ -27,7 +27,9 @@ NOTE: Prerequisites
27
27
28
28
Before starting this course, you should have Neovim installed and configured:
29
29
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`
31
33
- 2) Follow this quickstart: https://github.com/nvim-lua/kickstart.nvim
32
34
- Don't feel you need to understand the entire Lua file
33
35
- At the completion of the course, we'll talk about plugins and configuration
@@ -729,7 +731,7 @@ function App() {
729
731
730
732
// Now, to make this stick, start building using Vim and reference the cheat sheet.
731
733
// 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
733
735
// about the sequence of commands you'll use before you start typing. Enjoy!
734
736
735
737
// Cheat sheet: https://github.com/leerob/vim-for-react-devs
@@ -748,6 +750,7 @@ function App() {
748
750
// - This is in the Kickstart, but you need to uncomment it
749
751
// - lazygit (easy GUI for git commands)
750
752
// - macOS: brew install lazygit
753
+ // - Windows: choco install -y lazygit
751
754
// - lazygit.nvim (open lazygit directly from Neovim with <leader>lg)
752
755
// - <leader> defaults to `space` with Quickstart
753
756
// - https://github.com/kdheepak/lazygit.nvim
0 commit comments