From 59bdb9bc3f7b06b886a24def842f62f350f1411b Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 30 Apr 2025 13:12:21 +0200 Subject: vim: telescope -> fzf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .vim/lua/internal/plugins/todo.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vim/lua/internal/plugins/todo.lua') diff --git a/.vim/lua/internal/plugins/todo.lua b/.vim/lua/internal/plugins/todo.lua index e7ae0a7..0c0ce0f 100644 --- a/.vim/lua/internal/plugins/todo.lua +++ b/.vim/lua/internal/plugins/todo.lua @@ -24,7 +24,7 @@ return { }, }, keys = { - { mode = 'n', ';t', 'TodoTelescope', desc = 'telescope: todos' }, + { mode = 'n', ';t', 'TodoFzfLua', desc = 'todo: list todos' }, { mode = 'n', ']t', -- cgit 1.4.1