Remove redundant diagnostic keybind

pull/1456/head
Zach Zolton 1 year ago
parent 4f05632356
commit e50c61a3ba
No known key found for this signature in database

@ -1040,9 +1040,6 @@ local on_attach = function(_, bufnr)
virtual_text = false, 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 -- Make diagnostics hints more readable with Solarized theme
vim.cmd 'hi DiagnosticHint guifg=Gray' vim.cmd 'hi DiagnosticHint guifg=Gray'

Loading…
Cancel
Save