File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -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
@@ -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
You can’t perform that action at this time.
0 commit comments