From 50fdbe55476359f800a9ef4bc4df8b94983b09ee Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Tue, 5 Jul 2022 13:53:44 +0100 Subject: nvim: telescope find lsp symbols --- .config/nvim/lua/mappings.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/nvim') diff --git a/.config/nvim/lua/mappings.lua b/.config/nvim/lua/mappings.lua index e0be18e..74f33b8 100644 --- a/.config/nvim/lua/mappings.lua +++ b/.config/nvim/lua/mappings.lua @@ -33,6 +33,8 @@ map('n', 'fg', 'Telescope live_grep', opts) map('n', 'fb', 'Telescope buffers', opts) map('n', 'fh', 'Telescope help_tags', opts) +map('n', 'ds', 'Telescope lsp_document_symbols', opts) +map('n', 'ws', 'Telescope lsp_workspace_symbols', opts) map('n', 'gd', 'Telescope lsp_definitions', opts) map('n', 'gD', 'Telescope lsp_declarations', opts) map('n', 'gr', 'Telescope lsp_references', opts) -- cgit v1.2.3-70-g09d2