diff options
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/remap.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/pml68/remap.lua b/lua/pml68/remap.lua index cc732c8..7f110ff 100644 --- a/lua/pml68/remap.lua +++ b/lua/pml68/remap.lua @@ -88,7 +88,7 @@ vim.keymap.set('n', '<leader>ft', function() search_dirs = todo_files }) else - print("No 'TODO' strings or TODO.{txt,md} files found") + vim.api.nvim_echo({ { "Failed to find any to-dos", "WarningMsg" } }, true, {}) end else telescope.grep_string({ search = "TODO" }) |
