From e50c61a3ba4e43c07fc13677a701d014477ea196 Mon Sep 17 00:00:00 2001 From: Zach Zolton Date: Tue, 27 Feb 2024 14:10:25 -0500 Subject: [PATCH] Remove redundant diagnostic keybind --- init.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/init.lua b/init.lua index 4568a32d..156a8655 100644 --- a/init.lua +++ b/init.lua @@ -1040,9 +1040,6 @@ local on_attach = function(_, bufnr) virtual_text = false, }) - -- Show diagnostics for line under the cursor - vim.keymap.set('n', 'e', vim.diagnostic.open_float) - -- Make diagnostics hints more readable with Solarized theme vim.cmd 'hi DiagnosticHint guifg=Gray'