We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5290d commit c03cbcaCopy full SHA for c03cbca
lua/navigator/lspclient/mapping.lua
@@ -20,7 +20,7 @@ local key_maps = {
20
{ key = 'g0', func = "require('navigator.symbols').document_symbols()" },
21
{ key = 'gW', func = "require('navigator.workspace').workspace_symbol()" },
22
{ key = '<c-]>', func = "require('navigator.definition').definition()" },
23
- { key = '<gd>', func = "require('navigator.definition').definition()" },
+ { key = 'gd', func = "require('navigator.definition').definition()" },
24
{ key = 'gD', func = "declaration({ border = 'rounded', max_width = 80 })" },
25
{ key = 'gp', func = "require('navigator.definition').definition_preview()" },
26
{ key = '<Leader>gt', func = "require('navigator.treesitter').buf_ts()" },
0 commit comments