fix typo in lsp_references mapping | #1445

This commit is contained in:
siduck 2022-08-08 13:58:49 +05:30
parent 04eb37c0f1
commit 65cb9ba5fc
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ M.lspconfig = {
["gr"] = { ["gr"] = {
function() function()
vim.lsp.buf.references {} vim.lsp.buf.references()
end, end,
" lsp references", " lsp references",
}, },