diff --git a/lua/user/whichkey.lua b/lua/user/whichkey.lua index 11b6a7e..ee4e9c8 100644 --- a/lua/user/whichkey.lua +++ b/lua/user/whichkey.lua @@ -132,11 +132,11 @@ local mappings = { name = "LSP", a = { "lua vim.lsp.buf.code_action()", "Code Action" }, d = { - "Telescope lsp_document_diagnostics", + "Telescope diagnostics bufnr=0", "Document Diagnostics", }, w = { - "Telescope lsp_workspace_diagnostics", + "Telescope diagnostics", "Workspace Diagnostics", }, f = { "lua vim.lsp.buf.formatting()", "Format" },