1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-02-07 09:52:50 +00:00
This commit is contained in:
Rae 5e 2024-12-20 15:19:50 -05:00
parent 2f571980d7
commit 1528d29d8b
2 changed files with 3 additions and 2 deletions

3
TODO
View file

@ -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

View file

@ -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