plugins/committia: init

This commit is contained in:
Alison Jenkins 2024-02-10 17:04:22 +00:00 committed by Gaétan Lepage
parent 7a1b458c3e
commit 3f12558d49
3 changed files with 74 additions and 0 deletions

View 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;
};
};
};
}