aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/configs.lua
Commit message (Expand)AuthorAgeFilesLines
...
* remove client/registerCapability handlerMichael Lingelbach2021-01-251-20/+0
* Merge pull request #509 from mjlbach/remove_deprecated_handlersMichael Lingelbach2021-01-151-36/+0
|\
| * remove deprecated handlers that were moved to neovim coreMichael Lingelbach2021-01-081-36/+0
* | Fix root detection for LspInfo, cache setupMichael Lingelbach2021-01-141-0/+6
|/
* Add catch-all callback for client/registerCapabilityMichael Lingelbach2020-12-221-0/+13
* Re-add negation after automated commitIron_E2020-11-151-1/+1
* Update lua/lspconfig/configs.luaIron-E2020-11-151-1/+1
* Remove redundant assertionIron_E2020-11-151-2/+1
* Use 'not config.callbacks' over 'not lsp.callbacks'Iron_E2020-11-151-1/+1
* Put assertion within function scopeIron_E2020-11-151-3/+1
* Move no callbacks assertion to outer scopeIron_E2020-11-151-1/+3
* Add help reference for failed callback assertionIron_E2020-11-151-2/+2
* Change the rest of the callback usagesIron_E2020-11-151-11/+11
* Rename nvim_lsp to lspconfigHirokazu Hata2020-09-061-0/+214