Update nixvim

This commit is contained in:
iFargle 2024-02-08 11:44:30 +09:00
parent f34bb57c57
commit 0593f450a5

View file

@ -18,7 +18,11 @@
lsp = {
enable = true;
servers = {
rust-analyzer.enable = true;
rust-analyzer = {
enable = true;
installCargo = true;
installRustc = true;
};
};
};
nvim-cmp = {