fix typo in lsp_references mapping | #1445
This commit is contained in:
parent
04eb37c0f1
commit
65cb9ba5fc
|
@ -188,7 +188,7 @@ M.lspconfig = {
|
||||||
|
|
||||||
["gr"] = {
|
["gr"] = {
|
||||||
function()
|
function()
|
||||||
vim.lsp.buf.references {}
|
vim.lsp.buf.references()
|
||||||
end,
|
end,
|
||||||
" lsp references",
|
" lsp references",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue