From be267b68dae0d21e4d9af0d5fce4b22fc41022df Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Wed, 21 Feb 2024 12:00:32 +0100 Subject: [PATCH] telescope mappings --- lua/custom/mappings.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/custom/mappings.lua b/lua/custom/mappings.lua index 2c5d8f4..0647703 100644 --- a/lua/custom/mappings.lua +++ b/lua/custom/mappings.lua @@ -222,7 +222,8 @@ M.telescope = { -- lsp stuff ["cw"] = { " Telescope lsp_dynamic_workspace_symbols ", "telescope dynamic workspace symbols" }, - ["cd"] = { " Telescope lsp_document_symbols ", "telescope document symbols" }, + ["cf"] = { " Telescope lsp_document_symbols ", "telescope document symbols" }, + ["ci"] = { " Telescope diagnostics ", "telescope diagnostics" }, }, }