zeddyzeddyzeddy
This commit is contained in:
@ -6,12 +6,20 @@
|
|||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
unstable.zed-editor
|
unstable.zed-editor
|
||||||
|
|
||||||
|
# TODO: should i wrap zed with these? That won't work remotely...
|
||||||
|
|
||||||
# needed builtin plugins paths:
|
# needed builtin plugins paths:
|
||||||
unstable.package-version-server # Zed autodownloads this
|
unstable.package-version-server # Zed autodownloads this
|
||||||
vscode-langservers-extracted # vscode-{css,eslint,html,json,markdown}-language-server
|
vscode-langservers-extracted # vscode-{css,eslint,html,json,markdown}-language-server
|
||||||
taplo # toml lsp
|
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
|
nixd
|
||||||
nil
|
nil
|
||||||
unstable.nixfmt-rfc-style
|
unstable.nixfmt-rfc-style
|
||||||
@ -19,7 +27,6 @@
|
|||||||
typos-lsp
|
typos-lsp
|
||||||
|
|
||||||
# I prefer these in shell.nix
|
# I prefer these in shell.nix
|
||||||
# rust-analyzer
|
|
||||||
# python3Packages.python-lsp-server
|
# python3Packages.python-lsp-server
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user