mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-26 15:06:45 +00:00
docs: clarify assertion message
This commit is contained in:
parent
557aa291bd
commit
459f542980
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ in {
|
||||||
(config.programs.neovim-flake.enable)
|
(config.programs.neovim-flake.enable)
|
||||||
{
|
{
|
||||||
assertion = !config.programs.neovim.enable;
|
assertion = !config.programs.neovim.enable;
|
||||||
message = "You cannot use neovim-flake together with vanilla neovim.";
|
message = "You cannot use `programs.neovim-flake.enable` with `programs.neovim.enable`";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue