We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935b0f5 commit 001a080Copy full SHA for 001a080
lua/user/whichkey.lua
@@ -132,11 +132,11 @@ local mappings = {
132
name = "LSP",
133
a = { "<cmd>lua vim.lsp.buf.code_action()<cr>", "Code Action" },
134
d = {
135
- "<cmd>Telescope lsp_document_diagnostics<cr>",
+ "<cmd>Telescope diagnostics bufnr=0<cr>",
136
"Document Diagnostics",
137
},
138
w = {
139
- "<cmd>Telescope lsp_workspace_diagnostics<cr>",
+ "<cmd>Telescope diagnostics<cr>",
140
"Workspace Diagnostics",
141
142
f = { "<cmd>lua vim.lsp.buf.format{async=true}<cr>", "Format" },
0 commit comments