Update codelens.lua

fix-keymap-buffer
rayx 2 years ago committed by GitHub
parent ebd88f5d09
commit b4ff1c43b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -70,7 +70,7 @@ function M.setup(bufnr)
group = vim.api.nvim_create_augroup('nv__codelenses', {}),
buffer = bufnr or vim.api.nvim_win_get_buf(),
callback = function()
require('go.codelens').refresh()
require('navigator.codelens').refresh()
end,
})
local on_codelens = vim.lsp.handlers['textDocument/codeLens']

Loading…
Cancel
Save