- clone into ~/AppData/Local/nvim
- Add alias in .bashrc for git bash on windows
alias vi="winpty nvim"- Install nerd font and set as terminal font
- Install ripgrep: https://github.com/BurntSushi/ripgrep
- Install a c compiler (gcc, clang, msvc)
- Zig: download and add it to your path: https://ziglang.org/download/
- Clang: in powershell,
choco install llvm