prerequisites (install using scoop):
- zig (to compile treesitter parsers)
- fzf (for telescope)
- ripgrep (for fzf to respect .gitignore so that telescope doesn't show ignored folders)
- Clone this nvim config repo into the local nvim config folder by
git clone https://github.com/devpandaz/nvim.git "$env:LOCALAPPDATA\nvim"
- Launch neovim.
- Wait for lazy.nvim to install packages.
- Restart neovim.

