update
This commit is contained in:
parent
ca46d4b0a7
commit
9ba00ac407
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -599,7 +599,7 @@ require('lazy').setup({
|
||||||
|
|
||||||
-- Open Code diagnostic in float window. your cursor needs to be on top of an error
|
-- Open Code diagnostic in float window. your cursor needs to be on top of an error
|
||||||
-- Alternatively a hotkey were added in nvim 0.10 <C-W>d to do this functionaly by default
|
-- Alternatively a hotkey were added in nvim 0.10 <C-W>d to do this functionaly by default
|
||||||
map('<leader>cd', vim.diagnostic.open_float, '[C]ode [D]iagnostic')
|
-- map('<leader>cd', vim.diagnostic.open_float, '[C]ode [D]iagnostic')
|
||||||
|
|
||||||
-- WARN: This is not Goto Definition, this is Goto Declaration.
|
-- WARN: This is not Goto Definition, this is Goto Declaration.
|
||||||
-- For example, in C this would take you to the header.
|
-- For example, in C this would take you to the header.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue