diff --git a/TODO b/TODO index 0994905..bfe4eab 100644 --- a/TODO +++ b/TODO @@ -20,6 +20,7 @@ [ ] You could try making a GTK4 application that lets you manage/view packages in packages.nix [ ] Get Rust to work (rustc + cargo is fine but only rustup provides RLS, but, um,) +- [ ] vimPlugins.coc-rls - +- [ ] Get rust-analyzer binaries from https://github.com/rust-lang/rust-analyzer + +- [x] Get rust-analyzer binaries from https://github.com/rust-lang/rust-analyzer + +- [ ] rust-analyzer doesn't fucking work (and you should probably use mkShell for this) [ ] See if you can use nixpkgs vscode extensions with codium [ ] Get language servers to work with Neovim diff --git a/nixos/packages.nix b/nixos/packages.nix index fbc6e41..adb3d9a 100644 --- a/nixos/packages.nix +++ b/nixos/packages.nix @@ -2,7 +2,7 @@ { environment.systemPackages = with pkgs; [ # development - (fenix.default.withComponents [ "cargo" "rustc" "rust-src" ]) + (fenix.default.withComponents [ "cargo" "rustc" ]) gtk4 just nodejs_23