add e error bind

This commit is contained in:
sfja 2024-10-21 23:58:50 +02:00
parent a9f50303a1
commit 4fe2b976b0

View File

@ -41,6 +41,8 @@ vim.o.splitbelow = true
vim.o.inccommand = "split"
vim.o.scrolloff = 5
vim.keymap.set("n", "<leader>e", vim.diagnostic.open_float, { desc = "Open floating diagnostic message" })
-- Setup lazy.nvim
require("lazy").setup({
spec = {