Compare commits
No commits in common. "459da19ecbfafe3252d3741a8f55865cb88c99d8" and "4d69142a900529d9526bd04747b27eef16bb470e" have entirely different histories.
459da19ecb
...
4d69142a90
2 changed files with 24 additions and 1 deletions
24
.gitmodules
vendored
Normal file
24
.gitmodules
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
[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,7 +33,6 @@ in {
|
|||
color.ui = "auto";
|
||||
pull.rebase = true;
|
||||
init.defaultBranch = "main";
|
||||
blame.ignoreRevsFile = ".git-blame-ignore-revs";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue