NixVim: Add Rust
This commit is contained in:
parent
265b1ab049
commit
dd5a1d52da
1 changed files with 22 additions and 18 deletions
|
@ -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 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue