mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-31 08:05:23 +02:00
plugins/octo: add snacks picker to picker options
The snacks picker is also a valid choice now:
631776a36c/lua/octo/config.lua (L418)
This commit is contained in:
parent
3a3abf1170
commit
33097dcf77
2 changed files with 18 additions and 0 deletions
|
@ -39,6 +39,17 @@
|
|||
};
|
||||
};
|
||||
|
||||
withSnacksPicker = {
|
||||
# This test is flaky and fails non-deterministically
|
||||
test.runNvim = false;
|
||||
|
||||
plugins.web-devicons.enable = true;
|
||||
plugins.octo = {
|
||||
enable = true;
|
||||
settings.picker = "snacks";
|
||||
};
|
||||
};
|
||||
|
||||
defaults = {
|
||||
# This test is flaky and fails non-deterministically
|
||||
test.runNvim = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue