mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-05 14:54:33 +02:00
plugins/git: move to by-name
This commit is contained in:
parent
d016b139fc
commit
2a91b89445
29 changed files with 0 additions and 15 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue