Compare commits

..

2 commits

Author SHA1 Message Date
459da19ecb
Add .git-blame-ignore-rev support 2023-08-17 21:36:08 -05:00
f0580e264c
Remove .gitmodules
We no longer use submodules.
2023-08-17 21:35:11 -05:00
2 changed files with 1 additions and 24 deletions

24
.gitmodules vendored
View file

@ -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

View file

@ -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";
}; };
}; };