Skip to content

Commit e50c61a

Browse files
committed
Remove redundant diagnostic keybind
1 parent 4f05632 commit e50c61a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

init.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,9 +1040,6 @@ local on_attach = function(_, bufnr)
10401040
virtual_text = false,
10411041
})
10421042

1043-
-- Show diagnostics for line under the cursor
1044-
vim.keymap.set('n', '<leader>e', vim.diagnostic.open_float)
1045-
10461043
-- Make diagnostics hints more readable with Solarized theme
10471044
vim.cmd 'hi DiagnosticHint guifg=Gray'
10481045

0 commit comments

Comments
 (0)