1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

Register custom completion functions.

This commit is contained in:
2019-05-22 13:39:54 +02:00
parent 27a1d10f29
commit 3d5a760acc

View File

@@ -139,6 +139,8 @@ zstyle ':completion:*' verbose true
zstyle :compinstall filename '/home/bert/.zshrc' zstyle :compinstall filename '/home/bert/.zshrc'
autoload -Uz compinit autoload -Uz compinit
# Register our custom completions
fpath+=("${ZDOTDIR:-$HOME}/completions")
compinit compinit
# pip zsh completion start # pip zsh completion start