zsh: remove outdated TODO

This commit is contained in:
Fernando Schauenburg 2024-07-29 02:04:18 +02:00
parent 197ba88d47
commit 0d1ed7112e

View file

@ -70,7 +70,6 @@ setup_completion() {
zstyle ':completion:*' completer _extensions _complete
# Match case-insensitively and on partial words.
# TODO: perhaps implement something like nvim's smartcase?
zstyle ':completion:*' matcher-list 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}'
# Activate caching for completions that may use it.