mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(lsp): add NullLsInfo binding
This commit is contained in:
parent
23410a4594
commit
6391d039bd
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ function M.get()
|
|||
M._keys = {
|
||||
{ "<leader>cd", vim.diagnostic.open_float, desc = "Line Diagnostics" },
|
||||
{ "<leader>cl", "<cmd>LspInfo<cr>", desc = "Lsp Info" },
|
||||
{ "<leader>cn", "<cmd>NullLsInfo<cr>", desc = "NullLs Info" },
|
||||
{ "gd", "<cmd>Telescope lsp_definitions<cr>", desc = "Goto Definition", has = "definition" },
|
||||
{ "gr", "<cmd>Telescope lsp_references<cr>", desc = "References" },
|
||||
{ "gD", vim.lsp.buf.declaration, desc = "Goto Declaration" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue