mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
Added zsh-users/zsh-completions
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
697d4f4a59
commit
cf15761664
@ -1,4 +1,4 @@
|
||||
# install zplugin if it's not
|
||||
# install zplugin if it's not already installed
|
||||
if [ ! -f ~/.zplugin/bin/zplugin.zsh ]; then
|
||||
mkdir ~/.zplugin
|
||||
git clone https://github.com/zdharma/zplugin.git ~/.zplugin/bin
|
||||
@ -14,13 +14,18 @@ zplugin light sindresorhus/pure
|
||||
zplugin ice lucid
|
||||
zplugin light zsh-users/zsh-history-substring-search
|
||||
|
||||
zplugin ice wait'1' lucid
|
||||
# omz tab completion etc
|
||||
zplugin ice lucid
|
||||
zplugin snippet OMZ::lib/completion.zsh
|
||||
|
||||
# fzf git awesomeness
|
||||
zplugin ice wait'1' lucid atload'source $HOME/.config/zsh/03-functions.zsh'
|
||||
zplugin light wfxr/forgit
|
||||
|
||||
# lots of completions
|
||||
zplugin ice wait'1' lucid as'completion'
|
||||
zplugin light zsh-users/zsh-completions
|
||||
|
||||
# dotdrop completion
|
||||
zplugin ice wait'1' lucid as'completion'
|
||||
zplugin snippet $DOTREPO/dotdrop/completion/_dotdrop-completion.zsh
|
||||
|
Loading…
Reference in New Issue
Block a user