Dotfiles/.gitmodules
Jonathan Hodgson 8a3cc67dce VIM: Add my prefered colourscheme: gruvbox and set leaders
This involved adding a submodule which contains the gruvbox plugin.

Normally I have the background transparent when using vim but I am going
to try without that.

I have set my leader key to space and my local leader to \ which I am
used to
2020-09-26 15:39:17 +01:00

24 lines
1.1 KiB
Text

[submodule "shells/zsh/zsh-syntax-highlighting"]
path = shells/zsh/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "shells/zsh/oh-my-zsh/plugins/zsh-autosuggestions"]
path = shells/zsh/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
[submodule "shells/zsh/base16-shell"]
path = shells/zsh/base16-shell
url = https://github.com/chriskempson/base16-shell/
[submodule "shells/zsh/plugins/zsh-auto-notify"]
path = shells/zsh/plugins/zsh-auto-notify
url = https://github.com/MichaelAquilina/zsh-auto-notify.git
[submodule "shells/zsh/plugins/fzf-tab"]
path = shells/zsh/plugins/fzf-tab
url = https://github.com/Aloxaf/fzf-tab
[submodule "bin/.bin/uberw3m"]
path = bin/.bin/uberw3m
url = https://github.com/sersorrel/uberw3m
[submodule "shells/zsh/plugins/git-fuzzy"]
path = shells/zsh/plugins/git-fuzzy
url = https://github.com/bigH/git-fuzzy
[submodule "nvim/.config/nvim/pack/opt/gruvbox"]
path = nvim/.config/nvim/pack/bundle/opt/gruvbox
url = https://github.com/morhetz/gruvbox.git