Compare commits
2 Commits
da68e328a3
...
0ed7a50359
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ed7a50359 | |||
| bad97a55bd |
@@ -1,12 +1,11 @@
|
||||
{
|
||||
wrappers,
|
||||
pkgs,
|
||||
extraSettings ? { },
|
||||
}:
|
||||
let
|
||||
git = wrappers.wrapperModules.git.apply {
|
||||
inherit pkgs;
|
||||
settings = pkgs.lib.recursiveUpdate {
|
||||
settings = {
|
||||
alias = {
|
||||
co = "checkout";
|
||||
br = "branch";
|
||||
@@ -24,7 +23,7 @@ let
|
||||
rebase.autoStash = true;
|
||||
merge.autoStash = true;
|
||||
push.autoSetupRemote = true;
|
||||
} extraSettings;
|
||||
};
|
||||
};
|
||||
in
|
||||
git.wrapper
|
||||
|
||||
@@ -81,7 +81,7 @@ neovim.override {
|
||||
}
|
||||
)
|
||||
]
|
||||
++ lib.optional withCopilot vimPlugins.copilot.nvim;
|
||||
++ lib.optional withCopilot vimPlugins.copilot-nvim;
|
||||
opt = [
|
||||
csv
|
||||
dhall-vim
|
||||
|
||||
Reference in New Issue
Block a user