aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/installers/context.lua
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove deprecated modules (#682)William Boman2022-05-101-285/+0
| | | | - https://github.com/williamboman/nvim-lsp-installer/wiki/Async-infrastructure-changes-notice - https://github.com/williamboman/nvim-lsp-installer/discussions/636
* add deprecation notice to old installer modules (#618)William Boman2022-04-211-0/+7
|
* more async refactor (#587)William Boman2022-04-111-16/+29
|
* Support libc detection (#527)treatybreaker2022-03-061-2/+2
|
* feat(ui): display outdated servers (#395)William Boman2022-01-061-56/+23
|
* write install receipts (#379)William Boman2022-01-031-57/+16
|
* fix(taplo): use github release files instead (#377)William Boman2022-01-021-7/+26
|
* fix(ccls): better Mac support (#352)William Boman2021-12-231-0/+20
| | | | This is a breaking change due to fundamental changes to the installer. Re-installation will unfortunately be required.
* fix(ccls): support more Linux dists (#347)William Boman2021-12-191-2/+74
|
* fix: increase timeout for sync installs to 60 minutesWilliam Boman2021-12-101-1/+6
| | | | Also fix error message when it times out.
* add quick_lint_js (#313)William Boman2021-12-061-1/+36
|
* add ccls (#299)William Boman2021-12-051-1/+26
|
* fix(windows): unset PSMODULEPATH before invoking powershell scripts (#278)William Boman2021-11-251-0/+1
|
* pip3: promote install_dir to server's root dir immediately (#230)William Boman2021-10-311-0/+16
|
* add public API to close installer window (#208)William Boman2021-10-291-1/+1
|
* add -NoProfile to powershell invocations (#202)JSchrtke2021-10-271-1/+1
| | | Fixes #201.
* add proper emmylua annotations (#196)William Boman2021-10-251-2/+14
|
* installers/context: rename functions (#170)William Boman2021-10-171-19/+21
|
* add-erlangls (#144)Iván Giovanazzi2021-10-121-31/+38
| | | Co-authored-by: William Boman <william@redwill.se>
* windows: add -UseBasicParsing for iwr callsWilliam Boman2021-10-061-1/+1
| | | | Because otherwise it... tries to.. use Internet Explorer??
* clangd: add flags arg to fs_symlinkWilliam Boman2021-10-051-1/+1
|
* attempt curl if wget is not available (#129)William Boman2021-10-051-11/+30
|
* better error messagingWilliam Boman2021-10-051-30/+47
|
* fix newlines in stdout/stderr calls, more robust error handling (#114)William Boman2021-10-011-2/+2
|
* fix logging at correct level, also add :LspInstallLog commandWilliam Boman2021-09-301-2/+2
|
* support installing specific version of language servers, defaults to latest ↵William Boman2021-09-291-0/+89
(#106)