mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: update lsp config to nvim 0.12
This commit is contained in:
parent
0423818458
commit
d21bef893e
21 changed files with 91 additions and 87 deletions
|
|
@ -62,12 +62,4 @@ function M.signature_help_on_hover(bufnr)
|
|||
})
|
||||
end
|
||||
|
||||
function M.codelens(augroup, bufnr)
|
||||
vim.api.nvim_create_autocmd({ "BufEnter", "CursorHold", "InsertLeave" }, {
|
||||
group = augroup,
|
||||
buffer = bufnr,
|
||||
callback = vim.lsp.codelens.refresh,
|
||||
})
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue