feat(lsp): add NullLsInfo binding

This commit is contained in:
Utkarsh Gupta 2023-05-20 13:11:48 +05:30
parent 23410a4594
commit 6391d039bd
No known key found for this signature in database
GPG key ID: 428BFDF197596BDC

View file

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