disable mako, add kotlin vscode extension, add ssh alias for github
This commit is contained in:
parent
f0de5bb3fd
commit
24efa5183a
4 changed files with 40 additions and 48 deletions
|
@ -58,6 +58,11 @@
|
|||
};
|
||||
help.autocorrect = 1;
|
||||
"mergetool \"vimdiff\"".cmd = "nvim -d $LOCAL $REMOTE $MERGED -c '$wincmd w' -c 'wincmd J'";
|
||||
url = {
|
||||
"ssh://git@github.com/" = {
|
||||
insteadOf = "https://github.com/";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
programs.ripgrep.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue