aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig.lua
Commit message (Collapse)AuthorAgeFilesLines
* Wrap dofile in pcallDavid Hotham2021-05-031-1/+1
| | | | Fixes #876
* Use dofile instead of require for faster setup({})Michael Lingelbach2021-04-231-1/+5
| | | | | | * closes #239 * For 76 language servers, this decreases time to invoke setup({}) from ~126 ms to ~1ms
* Lazily require lspinfo to save on start-up timeMichael Lingelbach2021-04-211-2/+1
|
* LspStart: make start all matching clients by defaultMichael Lingelbach2021-04-141-2/+15
|
* Restart clients attached to current buffer if none specifiedkraftwerk282021-04-051-9/+14
|
* Add stop, start, and restart commandsMichael Lingelbach2021-03-281-1/+38
|
* chore: remove deprecated module/functionMatthieu Coudron2021-02-251-4/+0
|
* Fix metatable __index for defining new language serversMichael Lingelbach2021-01-311-1/+1
|
* Remove deprecated commands :LspInstall and :LspInstallInfoMichael Lingelbach2021-01-241-16/+0
|
* lspinfo: move to moduleMichael Lingelbach2021-01-151-114/+3
|
* Add handling for nil filetypesMichael Lingelbach2021-01-151-1/+1
|
* LspInfo: fix display when client cmd contains newlinesMichael Lingelbach2021-01-141-12/+26
|
* LspInfo: fix when filetypes not definedMichael Lingelbach2021-01-141-9/+20
|
* Fix root detection for LspInfo, cache setupMichael Lingelbach2021-01-141-10/+6
|
* Commands: add LspInfoMichael Lingelbach2021-01-111-0/+98
|
* Add compatibility functions with deprecation noticeMichael Lingelbach2021-01-031-0/+29
|
* Remove all installers and install logicMichael Lingelbach2021-01-031-63/+2
|
* Rename nvim_lsp to lspconfigHirokazu Hata2020-09-061-0/+83