neovim: remove call to notify plugin

This commit is contained in:
2022-09-11 15:16:38 +03:00
parent c391b15382
commit 126d3e0543

View File

@@ -85,8 +85,6 @@ vim.keymap.set("n", "gr", function()
end)
vim.keymap.set("n", "K", function()
vim.lsp.buf.hover()
-- TODO: find another solution
require("notify").dismiss()
end)
vim.keymap.set("n", "<F2>", function()
vim.lsp.buf.rename()