Remove redundant diagnostic keybind
This commit is contained in:
parent
4f05632356
commit
e50c61a3ba
3
init.lua
3
init.lua
|
@ -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…
Reference in New Issue