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.
gO
1 parent 8be2adf commit f30efc6Copy full SHA for f30efc6
lua/astrocommunity/recipes/picker-lsp-mappings/init.lua
@@ -40,6 +40,10 @@ return {
40
desc = "LSP Implementations",
41
cond = "textDocument/implementation",
42
}
43
+ opts.mappings.n.gO = {
44
+ function() require("snacks.picker").lsp_symbols() end,
45
+ desc = "LSP Document Symbols",
46
+ }
47
48
if opts.mappings.n.gd then opts.mappings.n.gd[1] = function() require("snacks.picker").lsp_definitions() end end
49
if opts.mappings.n.gI then
0 commit comments