neovim: remove call to notify plugin
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user