Remove redundant diagnostic keybind

This commit is contained in:
Zach Zolton 2024-02-27 14:10:25 -05:00
parent 4f05632356
commit e50c61a3ba
No known key found for this signature in database
1 changed files with 0 additions and 3 deletions

View File

@ -1040,9 +1040,6 @@ local on_attach = function(_, bufnr)
virtual_text = false,
})
-- Show diagnostics for line under the cursor
vim.keymap.set('n', '<leader>e', vim.diagnostic.open_float)
-- Make diagnostics hints more readable with Solarized theme
vim.cmd 'hi DiagnosticHint guifg=Gray'