diff --git a/users/pbsds/home/profiles/desktop/zed/default.nix b/users/pbsds/home/profiles/desktop/zed/default.nix index 811167a..9d41502 100644 --- a/users/pbsds/home/profiles/desktop/zed/default.nix +++ b/users/pbsds/home/profiles/desktop/zed/default.nix @@ -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 ];