From 0d1ed7112ecf4c54619ffa89e6cbbb12ab0ded29 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Mon, 29 Jul 2024 02:04:18 +0200 Subject: [PATCH] zsh: remove outdated TODO --- config/zsh/.zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/config/zsh/.zshrc b/config/zsh/.zshrc index 3b30bb5..bc0a760 100644 --- a/config/zsh/.zshrc +++ b/config/zsh/.zshrc @@ -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.