summaryrefslogtreecommitdiff
path: root/lua/lvim/lsp/utils.lua
AgeCommit message (Collapse)Author
2022-10-06feat: lock new installations to nvim 0.8+ (#3111)kylo252
2022-10-03Fix: correct typos (#3117)chaesngmin
2022-09-20Fix: make sure latest plugins are customizable (#3044)Abouzar Parvan
* fix: make navim-navic configurable * fix: make sure vim-illuminate is configurable * fix: make sure theme is configurable * fix(ci): don't verify uninstalled plugins * refactor(lsp): add setup_document_symbols util * revert: keep onedarker on freeze branch * refactor(lsp): avoid duplicate hl autocmds Co-authored-by: kylo252 <[email protected]>
2022-09-15fix(lsp/utils): do not register duplicate autocommands (#3004)lvimuser
2022-08-09refactor!: migrate to mason.nvim (#2880)kylo252
2022-07-31feat(lsp): bind formatexpr and omnifunc by default (#2865)kylo252
2022-07-02fix(lsp): update format filter for nightly (#2773)kylo252
2022-06-23chore(lsp): notify format request failed once when there is no client (#2697)CPea
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