From ac1f8b5613adc02cc107af6cbc088288adba7ef4 Mon Sep 17 00:00:00 2001 From: kalmenn Date: Mon, 15 Jan 2024 13:48:49 +0100 Subject: [PATCH] telescope: fuzzy fins lsp symbols with s --- lua/plugins/telescope.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index 0b42baa..e0b3c55 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -13,6 +13,7 @@ return { { "f", "Telescope find_files", desc = "Fuzzy find files with Telescope" }, { "", "Telescope find_files", desc = "Fuzzy find files with Telescope" }, { "b", "Telescope buffers", desc = "Fuzzy find open buffers with Telescope" }, + { "s", "Telescope lsp_document_symbols", desc = "Fuzzy find lsp symbols in current document with Telescope" }, }, opts = { pickers = {