April 2021 updates 2
This commit is contained in:
parent
d185464570
commit
9d593e70b7
1 changed files with 3 additions and 0 deletions
3
home.nix
3
home.nix
|
@ -122,11 +122,13 @@
|
||||||
coc-python
|
coc-python
|
||||||
coc-tabnine
|
coc-tabnine
|
||||||
fzf-vim
|
fzf-vim
|
||||||
|
git-messenger-vim
|
||||||
lightline-vim
|
lightline-vim
|
||||||
nerdtree
|
nerdtree
|
||||||
nerdtree-git-plugin
|
nerdtree-git-plugin
|
||||||
rainbow
|
rainbow
|
||||||
seoul256-vim
|
seoul256-vim
|
||||||
|
split-term-vim
|
||||||
vim-fugitive
|
vim-fugitive
|
||||||
vim-gitgutter
|
vim-gitgutter
|
||||||
vim-polyglot
|
vim-polyglot
|
||||||
|
@ -492,6 +494,7 @@
|
||||||
gc="git commit -m";
|
gc="git commit -m";
|
||||||
gca="git commit -am";
|
gca="git commit -am";
|
||||||
gws="git status";
|
gws="git status";
|
||||||
|
ghauth="gh auth login --with-token < ~/.ghauth";
|
||||||
gforksync="git fetch upstream && git merge upstream/master && git push origin master";
|
gforksync="git fetch upstream && git merge upstream/master && git push origin master";
|
||||||
grep="grep --color=auto";
|
grep="grep --color=auto";
|
||||||
new-sbt="sbt new scala/scala-seed.g8";
|
new-sbt="sbt new scala/scala-seed.g8";
|
||||||
|
|
Loading…
Reference in a new issue