neovim: Allow to use system rust-analyzer
Some checks failed
Build / check (push) Failing after 11s
Build / load_packages (push) Failing after 11s
Build / build (push) Has been skipped
Build / build-status (push) Failing after 3s

This commit is contained in:
Quentin Boyer 2026-03-07 18:11:11 +01:00
parent 346ff2af6d
commit 16e708607c

View file

@ -246,6 +246,7 @@
nixfmt
];
dependencies.rust-analyzer.packageFallback = true;
plugins.rustaceanvim = {
enable = true;