mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 11:08:53 +02:00
plugins/committia: init
This commit is contained in:
parent
7a1b458c3e
commit
3f12558d49
3 changed files with 74 additions and 0 deletions
22
tests/test-sources/plugins/git/committia.nix
Normal file
22
tests/test-sources/plugins/git/committia.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.committia.enable = true;
|
||||
};
|
||||
|
||||
default = {
|
||||
plugins.committia = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
open_only_vim_starting = true;
|
||||
use_singlecolumn = "always";
|
||||
min_window_width = 160;
|
||||
status_window_opencmd = "belowright split";
|
||||
diff_window_opencmd = "botright vsplit";
|
||||
singlecolumn_diff_window_opencmd = "belowright split";
|
||||
edit_window_width = 80;
|
||||
status_window_min_height = 0;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue