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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user