mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-30 04:24:35 +02:00
refactor(telescope)!: moved search diagnostics to <leader>sd
This commit is contained in:
parent
2d3137e1db
commit
254d3a0921
2 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,6 @@ function M.on_attach(client, buffer)
|
|||
|
||||
self:map("<leader>cd", vim.diagnostic.open_float, { desc = "Line Diagnostics" })
|
||||
self:map("<leader>cl", "LspInfo", { desc = "Lsp Info" })
|
||||
self:map("<leader>xd", "Telescope diagnostics", { desc = "Telescope Diagnostics" })
|
||||
self:map("gd", "Telescope lsp_definitions", { desc = "Goto Definition" })
|
||||
self:map("gr", "Telescope lsp_references", { desc = "References" })
|
||||
self:map("gD", "Telescope lsp_declarations", { desc = "Goto Declaration" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue