plugins/leap: allow __empty for safeLabels option

This commit is contained in:
Gaetan Lepage 2024-07-06 00:34:58 +02:00 committed by Gaétan Lepage
parent 41794c222a
commit 451beb4eca
2 changed files with 21 additions and 9 deletions

View file

@ -3,6 +3,15 @@
plugins.leap.enable = true;
};
# https://github.com/nix-community/nixvim/issues/1698
autojump-disabled = {
plugins.leap = {
enable = true;
safeLabels.__empty = null;
};
};
example = {
plugins.leap = {
enable = true;