fix typo in lsp_references mapping | #1445

navigator
siduck 2 years ago
parent 04eb37c0f1
commit 65cb9ba5fc

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

Loading…
Cancel
Save