Dotfiles/.gitmodules
Jonathan Hodgson 2830500014 VIM: Adds fzf plugin
FZF is a fuzzy searcher that can be found here:
https://github.com/junegunn/fzf

I use it for a lot of things inside and outside vim
2020-09-26 17:11:39 +01:00

27 lines
1.2 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
[submodule "nvim/.config/nvim/pack/bundle/opt/fzf.vim"]
path = nvim/.config/nvim/pack/bundle/opt/fzf.vim
url = https://github.com/junegunn/fzf.vim