No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-12 20:32:13 +02:00
plugin ansible, sh format, clipboard 2026-07-12 20:32:13 +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 ansible, sh format, clipboard 2026-07-12 20:32:13 +02:00
README.md ansible, sh format, clipboard 2026-07-12 20:32:13 +02:00

Neovim config

Requirements

  • git

CLI Tools:

  • fd
  • gzip
  • make
  • mingw
  • ripgrep
  • tree-sitter
  • unzip
  • wget

For WSL:

  • xclip (clipboard)

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