neovim: remove call to notify plugin
This commit is contained in:
@@ -85,8 +85,6 @@ vim.keymap.set("n", "gr", function()
|
|||||||
end)
|
end)
|
||||||
vim.keymap.set("n", "K", function()
|
vim.keymap.set("n", "K", function()
|
||||||
vim.lsp.buf.hover()
|
vim.lsp.buf.hover()
|
||||||
-- TODO: find another solution
|
|
||||||
require("notify").dismiss()
|
|
||||||
end)
|
end)
|
||||||
vim.keymap.set("n", "<F2>", function()
|
vim.keymap.set("n", "<F2>", function()
|
||||||
vim.lsp.buf.rename()
|
vim.lsp.buf.rename()
|
||||||
|
|||||||
Reference in New Issue
Block a user