No description
Find a file
2026-05-31 11:21:08 +02:00
plugin don't install autohotkey_lsp and csharp_ls in WSL and linux 2026-05-31 11:15:43 +02:00
.gitignore initial commit 2026-05-04 19:07:33 +02:00
.stylua.toml initial commit 2026-05-04 19:07:33 +02:00
init.lua vim.fn.has returns int, make it bool 2026-05-31 11:21:08 +02:00
README.md add readme with required cli tools 2026-05-10 14:08:48 +02:00

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