neovim: resolve some of the warnings
This commit is contained in:
@@ -68,8 +68,8 @@ vim.keymap.set("n", "<leader>ee", function()
|
||||
vim.diagnostic.open_float(nil, { focus = false, scope = "line" })
|
||||
end)
|
||||
vim.keymap.set("n", "<leader>en", function()
|
||||
vim.diagnostic.goto_next({ float = false })
|
||||
vim.diagnostic.jump({ count = 1 })
|
||||
end)
|
||||
vim.keymap.set("n", "<leader>eN", function()
|
||||
vim.diagnostic.goto_prev({ float = false })
|
||||
vim.diagnostic.jump({ count = -1 })
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user