Edit git, neovim
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -26,7 +26,10 @@ in
|
||||
push.autoSetupRemote = true;
|
||||
core.fsmonitor = true;
|
||||
feature.manyFiles = true;
|
||||
fetch.writeCommitGraph = true;
|
||||
fetch = {
|
||||
prune = true;
|
||||
writeCommitGraph = true;
|
||||
};
|
||||
http.cookiefile = "${home}/.config/git/cookies";
|
||||
advice.detachedHead = false;
|
||||
};
|
||||
@@ -40,6 +43,10 @@ in
|
||||
}
|
||||
);
|
||||
};
|
||||
|
||||
aliases = {
|
||||
adog = "log --all --decorate --oneline --graph";
|
||||
};
|
||||
};
|
||||
|
||||
home = {
|
||||
|
@@ -208,7 +208,7 @@
|
||||
# highlight-undo.enable = true;
|
||||
indent-blankline.enable = true;
|
||||
nvim-cursorline.enable = true;
|
||||
# nvim-scrollbar.enable = true;
|
||||
nvim-scrollbar.enable = true;
|
||||
nvim-web-devicons.enable = true;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user