big diagnostic
This commit is contained in:
parent
0f7af22a13
commit
cf62230db0
|
@ -67,6 +67,8 @@ vim.api.nvim_create_autocmd('LspAttach', {
|
|||
-- For example, in C this would take you to the header.
|
||||
map('gD', vim.lsp.buf.declaration, '[G]oto [D]eclaration')
|
||||
|
||||
map('gl', vim.diagnostic.open_float, 'Make the diagnostic big')
|
||||
|
||||
-- The following two autocommands are used to highlight references of the
|
||||
-- word under your cursor when your cursor rests there for a little while.
|
||||
-- See `:help CursorHold` for information about when this is executed
|
||||
|
|
Loading…
Reference in New Issue