mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40:32 +01:00
Configure auto notify excemptions
This commit is contained in:
@@ -57,6 +57,18 @@ done
|
|||||||
|
|
||||||
fpath+=("$ZDOTDIR/plugins/nix-zsh-completions")
|
fpath+=("$ZDOTDIR/plugins/nix-zsh-completions")
|
||||||
|
|
||||||
|
# Configure auto-notify
|
||||||
|
AUTO_NOTIFY_IGNORE+=(
|
||||||
|
"gcloud compute ssh"
|
||||||
|
"nix run"
|
||||||
|
"git"
|
||||||
|
"bash"
|
||||||
|
"sem debug"
|
||||||
|
"git log"
|
||||||
|
"journalctl"
|
||||||
|
"jekyll serve"
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
## Autosuggest plugin configuration
|
## Autosuggest plugin configuration
|
||||||
# Consider autocomplete in completion
|
# Consider autocomplete in completion
|
||||||
|
|||||||
Reference in New Issue
Block a user