Added completions for tula
This commit is contained in:
7
zsh/custom/completions/_tula
Normal file
7
zsh/custom/completions/_tula
Normal file
@@ -0,0 +1,7 @@
|
||||
#compdef tula
|
||||
|
||||
_tula_completion() {
|
||||
eval $(env _TYPER_COMPLETE_ARGS="${words[1,$CURRENT]}" _TULA_COMPLETE=complete_zsh tula)
|
||||
}
|
||||
|
||||
compdef _tula_completion tula
|
||||
@@ -59,6 +59,7 @@ zvm_after_init_commands+=('autopair-init')
|
||||
# Might cause issues?
|
||||
KEYTIMEOUT=1
|
||||
|
||||
fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/completions
|
||||
fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions/src
|
||||
autoload -U compinit && compinit
|
||||
source "$ZSH/oh-my-zsh.sh"
|
||||
|
||||
Reference in New Issue
Block a user