- fzf
- node/npm
- ripgrep
- tree-sitter
- tree-sitter-cli
- go (for installing hyprls)
- nodemon
Install the fonts from the fonts/ directory to get nice symbols for vim-flog
If you want to use vscode launch.json parsing and you are using a Apple Silicon Mac, configure cargo as shown down below (cargo needs to be installed of course):
Put this into ~/.cargo/config:
[target.x86_64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]
[target.aarch64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]