flake update.
This commit is contained in:
parent
6608679a60
commit
f44fd68fbd
5 changed files with 73 additions and 48 deletions
16
modules/home-manager/nvim/lsp/rustaceanvim.nix
Normal file
16
modules/home-manager/nvim/lsp/rustaceanvim.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
config =
|
||||
lib.mkIf (config.user.nvim.enable-lsp && config.user.nvim.enable)
|
||||
{
|
||||
programs.nixvim = {
|
||||
plugins.rustaceanvim = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue