summaryrefslogtreecommitdiff
path: root/lua/lvim/lsp/utils.lua
AgeCommit message (Collapse)Author
2022-05-11fix(autocmds): disable commentstring_calc on cursor-hold (#2581)kylo252
2022-05-11feat(codelens): cursorhold is too much intrusive for codelens (#2600)Abouzar Parvan
2022-05-06fix(autocmds): make sure we are using codelens correctly (#2576)Abouzar Parvan
2022-05-03refactor: use api-autocmds for lsp functions (#2549)kylo252
* refactor: use api-autocmds for lsp functions * chore: use the existing client.supports_method api * fix: a callback in an autocmd doesn't pass nil * revert: keep changes minimal to which-key Co-authored-by: Abouzar Parvan <[email protected]>
2022-01-08feat(info): display overridden servers for filetype (#2155)kylo252
2022-01-03refactor: more consistent autocmds (#2133)kylo252
2021-12-20refactor: remove unused old language configs (#2094)kylo252
2021-12-12fix(lsp): correct client_id parsing in lvim-info (#2071)kylo252
2021-12-09feat: multiple enhancements to lvim-reload (#2054)kylo252
2021-10-31perf(lsp): use the new upstream API for filetypes (#1836)kylo252
2021-10-10feat: add an independent lvim namespace (#1699)kylo252