mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 09:14:31 +02:00
plugins/overseer: fix strategy option
Actually supports a table to customize the strategy.
This commit is contained in:
parent
9e81cb7391
commit
336ba155ff
2 changed files with 22 additions and 3 deletions
|
@ -174,4 +174,21 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
example = {
|
||||
plugins.overseer = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
strategy = {
|
||||
__unkeyed-1 = "toggleterm";
|
||||
use_shell = false;
|
||||
close_on_exit = false;
|
||||
quit_on_exit = "never";
|
||||
open_on_start = true;
|
||||
hidden = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue