remove diagnostic popup keymap (it happens automatically now)
This commit is contained in:
parent
4db2d2324e
commit
c87c31ad28
|
@ -35,8 +35,3 @@ vim.keymap.set("n", "<leader>dab", '<cmd>:%bdelete|edit #|normal`"<CR>', { desc
|
|||
--SAVE
|
||||
vim.keymap.set({ "n", "i" }, "<C-s>", "<cmd>w<CR>", { desc = "save" })
|
||||
--vim.keymap.set({ "n", "i" }, "<C-sa>", "<cmd>wa<CR>", { desc = "save" })
|
||||
--
|
||||
--DIAGNOSTIC POPUP
|
||||
vim.keymap.set("n", "<leader>dp", function()
|
||||
vim.diagnostic.open_float()
|
||||
end)
|
||||
|
|
Loading…
Reference in New Issue