mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-30 06:39:33 +02:00
fix(autocmds): make sure we are using codelens correctly (#2576)
This commit is contained in:
parent
be5afb5b77
commit
f7ba2c8902
2 changed files with 2 additions and 7 deletions
|
@ -74,7 +74,7 @@ function M.common_on_attach(client, bufnr)
|
|||
if lvim.lsp.document_highlight then
|
||||
lu.setup_document_highlight(client, bufnr)
|
||||
end
|
||||
if lvim.lsp.code_lens_refresh == false then
|
||||
if lvim.lsp.code_lens_refresh then
|
||||
lu.setup_codelens_refresh(client, bufnr)
|
||||
end
|
||||
add_lsp_buffer_keybindings(bufnr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue