aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/configs.lua
Commit message (Expand)AuthorAgeFilesLines
* bug: bufnr not passed to on_attachMichaƂ Nowotnik2021-04-201-1/+2
* autostart: print error when root directory nilMichael Lingelbach2021-04-091-0/+4
* Remove duplicated tbl_deep_extendMichael Lingelbach2021-03-281-4/+4
* Automatically reattach to buffers after reloadingMichael Lingelbach2021-02-171-0/+7
* Merge pull request #738 from mjlbach/fix_autostartMichael Lingelbach2021-02-171-1/+1
|\
| * rename launch -> autostart, add documentationMichael Lingelbach2021-02-171-1/+1
* | Merge pull request #721 from mjlbach/disable_autostartMichael Lingelbach2021-02-171-9/+37
|\|
| * Add option to disable autostartMichael Lingelbach2021-02-161-9/+37
* | fix on_attach to correctly pass bufnr as second argumentMichael Lingelbach2021-02-141-3/+3
|/
* 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