No description
- Lua 100%
| plugin | ||
| .gitignore | ||
| .stylua.toml | ||
| init.lua | ||
| README.md | ||
Neovim config
Requirements
- git
CLI Tools:
- fd
- gzip
- make
- mingw
- ripgrep
- tree-sitter
- unzip
- wget
Install CLI Tools with Chocolatey on Windows
In a elevated PowerShell:
winget install --id chocolatey.chocolatey --source winget
choco install -y fd gzip make mingw ripgrep tree-sitter unzip wget
To upgrade everything run:
choco upgrade all -y