Compare commits
1 commit
main
...
claude/coo
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a47c85e4d |
1 changed files with 8 additions and 0 deletions
|
|
@ -23,6 +23,14 @@ APT_PACKAGES=(
|
||||||
|
|
||||||
# fc-cache / fc-list for the Nerd Font install (lib/fonts.sh)
|
# fc-cache / fc-list for the Nerd Font install (lib/fonts.sh)
|
||||||
fontconfig
|
fontconfig
|
||||||
|
|
||||||
|
# Runtimes Mason uses to install LSPs / formatters / linters / DAPs.
|
||||||
|
# Without these, every npm-/pip-/luarocks-backed Mason package fails.
|
||||||
|
nodejs # node runtime (for ts_ls, vscode-langservers-extracted, etc.)
|
||||||
|
npm # JS package manager Mason shells out to
|
||||||
|
python3-pip # pip for debugpy/ruff/vint/etc.
|
||||||
|
python3-venv # so Mason can create per-package venvs (PEP 668 on Ubuntu 24.04)
|
||||||
|
luarocks # for luacheck
|
||||||
)
|
)
|
||||||
|
|
||||||
install_apt_packages() {
|
install_apt_packages() {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue