fix: name of the method

pull/445/head
Ilya Ilyinykh 3 months ago
parent f9dd5a9d8d
commit fcde040fd8

@ -53,7 +53,7 @@ function M.refresh()
if _GO_NVIM_CFG.lsp_codelens == true then if _GO_NVIM_CFG.lsp_codelens == true then
local found = false local found = false
if not found then if not found then
for _, lsp in pairs(vim.lsp.get_client { for _, lsp in pairs(vim.lsp.get_clients {
bufnr = 0 bufnr = 0
}) do }) do
if lsp.name == 'gopls' then if lsp.name == 'gopls' then

Loading…
Cancel
Save