mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/git-worktree: enhance assertion error message for enableTelescope
This commit is contained in:
parent
2e9afffc28
commit
9672b3d217
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
assertions = lib.nixvim.mkAssertions "plugins.git-worktree" {
|
||||
assertion = cfg.enableTelescope -> config.plugins.telescope.enable;
|
||||
message = ''
|
||||
You have to enable `plugins.telescope` as `enableTelescope` is activated.
|
||||
Telescope support (enableTelescope) is enabled but the telescope plugin is not.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue