From 208b4d3abdb9700b557c8a47a0e24be6f325354b Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Wed, 1 Feb 2023 13:22:37 -0600 Subject: revert(nvim): remove warning on telescope keymap --- nvim/.config/nvim/lua/tobyvin/plugins/telescope.lua | 5 ----- 1 file changed, 5 deletions(-) (limited to 'nvim/.config') diff --git a/nvim/.config/nvim/lua/tobyvin/plugins/telescope.lua b/nvim/.config/nvim/lua/tobyvin/plugins/telescope.lua index 416fdaa..242f59e 100644 --- a/nvim/.config/nvim/lua/tobyvin/plugins/telescope.lua +++ b/nvim/.config/nvim/lua/tobyvin/plugins/telescope.lua @@ -29,11 +29,6 @@ local M = { mappings = { i = { [""] = function(...) - vim.notify( - "You used `` to close telescope. Try to use ``!", - vim.log.levels.WARN, - { title = "Oops!" } - ) require("telescope.actions").close(...) end, [""] = function(...) -- cgit v1.2.3-70-g09d2