NixVim: Add Rust

This commit is contained in:
GHOSCHT 2024-12-02 23:08:51 +01:00
parent 265b1ab049
commit dd5a1d52da
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -1,5 +1,8 @@
{ {
programs.nixvim.plugins.lsp = { programs.nixvim.plugins = {
rustaceanvim.enable = true;
lsp = {
enable = true; enable = true;
inlayHints = true; inlayHints = true;
@ -22,4 +25,5 @@
}; };
}; };
}; };
};
} }