Nvim: add keybind to show document symbols

main
Marko Korhonen 8 months ago
parent 03918c79cd
commit 39b2a945bb
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

@ -72,6 +72,7 @@ function m.map_keys()
D = { vim.lsp.buf.declaration, "Declaration" },
i = { telescope_builtin.lsp_implementations, "Implementation" },
r = { telescope_builtin.lsp_references, "References" },
s = { telescope_builtin.lsp_document_symbols, "Symbols" },
},
["<leader>"] = {
name = "Leader",

Loading…
Cancel
Save