Skip to content

Commit 7a2d1d2

Browse files
committed
feat(windows): install treesitter requirements for nvim
Add tree-sitter CLI and WinLibs to Windows bootstrap packages and document both tools in the README managed tool table. Made-with: Cursor
1 parent 2a20a4d commit 7a2d1d2

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@ Opinionated dotfiles managed with [chezmoi](https://chezmoi.io). One repo config
2727
| **tmux** | Terminal multiplexer | x | | | |
2828
| **Neovim (LazyVim)** | Editor | x | x | x | x |
2929
| **OpenCode** | AI coding agent | x | x | x | x |
30+
| **tree-sitter CLI** | Treesitter parser generator | | | x | |
3031
| **Git** | Version control config | x | x | x | x |
3132
| **GnuPG** | Encryption and signing | x | x | | |
3233
| **Homebrew** | Package manager | x | x | | x |
3334
| **mise** | Runtime manager (node, python, go, etc.) | x | x | x | x |
3435
| **Finicky** | Default browser router | x | | | |
3536
| **Sysinternals** | Windows diagnostics utilities | | | x | |
37+
| **WinLibs (GCC)** | C compiler toolchain (Windows) | | | x | |
3638

3739
---
3840

home/.chezmoiscripts/run_onchange_after_bootstrap_windows.ps1.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
"powertoys"
1717
"ripgrep"
1818
"sysinternals"
19+
"tree-sitter"
1920
"treesizefree"
21+
"winlibs"
2022
"wezterm"
2123
-}}
2224
{{ if eq .chezmoi.os "windows" -}}

0 commit comments

Comments
 (0)