1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-18 16:29:40 +01:00

tests/fzf-lua: add skim profile test

This commit is contained in:
Heitor Augusto 2025-11-14 20:03:15 -03:00 committed by Gaétan Lepage
parent 9ade1084d5
commit a1d3ca9732

View file

@ -63,4 +63,11 @@
enable = true;
};
};
skim-profile = {
plugins.fzf-lua = {
enable = true;
profile = "skim";
};
};
}