plugins/git: move to by-name

This commit is contained in:
Matt Sturgeon 2024-09-05 02:39:54 +01:00
parent d016b139fc
commit 2a91b89445
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
29 changed files with 0 additions and 15 deletions

View file

@ -1,29 +0,0 @@
{
empty = {
plugins.committia.enable = true;
};
default = {
plugins.committia = {
enable = true;
settings = {
open_only_vim_starting = 1;
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;
};
};
};
no-packages = {
plugins.committia = {
enable = true;
gitPackage = null;
};
};
}