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" }, }, }