Compare commits
2 commits
4d69142a90
...
459da19ecb
Author | SHA1 | Date | |
---|---|---|---|
459da19ecb | |||
f0580e264c |
2 changed files with 1 additions and 24 deletions
24
.gitmodules
vendored
24
.gitmodules
vendored
|
@ -1,24 +0,0 @@
|
||||||
[submodule "vim/pack/normal/start/vim-airline"]
|
|
||||||
path = vim/pack/normal/start/vim-airline
|
|
||||||
url = https://github.com/vim-airline/vim-airline.git
|
|
||||||
[submodule "vim/pack/normal/start/vim-airline-themes"]
|
|
||||||
path = vim/pack/normal/start/vim-airline-themes
|
|
||||||
url = https://github.com/vim-airline/vim-airline-themes.git
|
|
||||||
[submodule "vim/pack/normal/start/vim-go"]
|
|
||||||
path = vim/pack/normal/start/vim-go
|
|
||||||
url = https://github.com/fatih/vim-go.git
|
|
||||||
[submodule "zsh/zsh-syntax-highlighting"]
|
|
||||||
path = zsh/zsh-syntax-highlighting
|
|
||||||
url = https://github.com/zsh-users/zsh-syntax-highlighting
|
|
||||||
[submodule "zsh/zsh-autosuggestions"]
|
|
||||||
path = zsh/zsh-autosuggestions
|
|
||||||
url = https://github.com/zsh-users/zsh-autosuggestions
|
|
||||||
[submodule "zsh/zsh-completions"]
|
|
||||||
path = zsh/zsh-completions
|
|
||||||
url = https://github.com/zsh-users/zsh-completions
|
|
||||||
[submodule "zsh/zsh-history-substring-search"]
|
|
||||||
path = zsh/zsh-history-substring-search
|
|
||||||
url = https://github.com/zsh-users/zsh-history-substring-search
|
|
||||||
[submodule "zsh/powerlevel10k"]
|
|
||||||
path = zsh/powerlevel10k
|
|
||||||
url = https://github.com/romkatv/powerlevel10k
|
|
|
@ -33,6 +33,7 @@ in {
|
||||||
color.ui = "auto";
|
color.ui = "auto";
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
|
blame.ignoreRevsFile = ".git-blame-ignore-revs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue