-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: nil
and other alternative lsp server support
#9
Comments
nil seems like having more feature completed |
I especially like that it provides suggestions for builtins, along with their arguments |
It seems trivial to implement support for a custom binary config, but I wasn't able to test my changes as zed on nix doesn't work with development extensions |
|
I am on NixOS and to test development extensions. I run *Edit I actually also had to setup `nix-ld` programs.nix-ld.enable = true;
programs.nix-ld.package = pkgs.nix-ld-rs;
programs.nix-ld.libraries = with pkgs; [
alsa-lib
at-spi2-atk
at-spi2-core
atk
cairo
cups
curl
dbus
expat
fontconfig
freetype
fuse3
gdk-pixbuf
glib
gtk3
icu
libGL
libappindicator-gtk3
libdrm
libglvnd
libnotify
libpulseaudio
libunwind
libusb1
libuuid
libxkbcommon
libxml2
mesa
nspr
nss
openssl
pango
pipewire
stdenv.cc.cc
systemd
vulkan-loader
xorg.libX11
xorg.libXScrnSaver
xorg.libXcomposite
xorg.libXcursor
xorg.libXdamage
xorg.libXext
xorg.libXfixes
xorg.libXi
xorg.libXrandr
xorg.libXrender
xorg.libXtst
xorg.libxcb
xorg.libxkbfile
xorg.libxshmfence
zlib
]; |
Would you like to help us improve? File a issue on nix-community/nixd, report it as a bug! |
Would be nice to support using alternative lsp servers, like nil.
The text was updated successfully, but these errors were encountered: