zeddyzeddyzeddy

This commit is contained in:
Peder Bergebakken Sundt 2025-03-16 17:00:59 +01:00
parent 47d983beda
commit 7af3a39b2b

@ -6,12 +6,20 @@
home.packages = with pkgs; [
unstable.zed-editor
# TODO: should i wrap zed with these? That won't work remotely...
# needed builtin plugins paths:
unstable.package-version-server # Zed autodownloads this
vscode-langservers-extracted # vscode-{css,eslint,html,json,markdown}-language-server
taplo # toml lsp
gopls
pyright # (node) TODO: eww please figure out python-lsp-server!
rust-analyzer # TODO: ra-multiplex
glsl_analyzer
ruff
# simple-completion-language-server # theirs works?
# needed community lsp
# needed community plugins
nixd
nil
unstable.nixfmt-rfc-style
@ -19,7 +27,6 @@
typos-lsp
# I prefer these in shell.nix
# rust-analyzer
# python3Packages.python-lsp-server
];