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:
parent
9ade1084d5
commit
a1d3ca9732
1 changed files with 7 additions and 0 deletions
|
|
@ -63,4 +63,11 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
skim-profile = {
|
||||||
|
plugins.fzf-lua = {
|
||||||
|
enable = true;
|
||||||
|
profile = "skim";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue