My old vim config has a lot in there that I no longer use and as a result I will be starting again. My vim configuration used to be a submodule of my dotfiles, this proved to be more hassel than it was worth so from now my new vim configuration will be in my main dotfiles repository in the vim/ directory. I will be re-building my vim configuration and plan do document everything as I go in commit messages as seen in Greg Hurrel's excelent dotfiles repo: https://github.com/wincent/wincent I will try to keep the number of non-syntax plugins to a minimum.
21 lines
945 B
Text
21 lines
945 B
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
|