Skip to content

Commit e0783cf

Browse files
committed
Add install snippets for windows in course.tsx
1 parent c677cb4 commit e0783cf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

public/course.tsx

+4-1
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
@@ -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)