File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,9 @@ NOTE: Prerequisites
2727
2828Before 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
You can’t perform that action at this time.
0 commit comments