aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(omnisharp): only use Mono runtime if configured by user (#705)William Boman2022-05-172-5/+23
|
* run autogen_metadata.luaWilliam Boman (automated)2022-05-171-1/+1
|
* add mono version of omnisharp (#688)Sassan Haradji2022-05-171-31/+42
|
* chore(functional): restructure and extend functional modules (#703)William Boman2022-05-1722-372/+505
|
* run autogen_metadata.luaWilliam Boman (automated)2022-05-161-1/+1
|
* run autogen_metadata.luaWilliam Boman (automated)2022-05-163-3/+3
|
* fix(health): don't call vimL function in lua loop callbackWilliam Boman2022-05-141-0/+3
|
* run autogen_metadata.luaWilliam Boman (automated)2022-05-142-2/+2
|
* fix(go): target the @latest version when checking if package is outdated (#700)William Boman2022-05-131-4/+3
|
* fix(github): allow looking for prereleases (#699)William Boman2022-05-133-15/+87
|
* fix(github): fix bad boolean logicWilliam Boman2022-05-131-1/+1
|
* feat(health): check GitHub rate limit (#697)William Boman2022-05-132-0/+41
|
* Add VLS (for vlang) (#629)oscarbailey-tc2022-05-135-0/+51
| | | Co-authored-by: William Boman <william@redwill.se>
* feat(github): add `include_prerelease` option to `fetch_latest_release`William Boman2022-05-133-6/+9
|
* ui: reset outdated server flag after any kind of server install/uninstall ↵William Boman2022-05-133-2/+11
| | | | | | interactions For better UX
* feat(ui): use diagnostics to show some messages (#694)William Boman2022-05-133-181/+224
|
* run autogen_metadata.luaWilliam Boman (automated)2022-05-132-4/+1
|
* Updates Fortran Language Server (#693)gnikit2022-05-131-2/+2
| | | switches to fortls from fortran-language-server
* docs: add comments mentioning ensure_installed has no relation with ↵William Boman2022-05-121-1/+6
| | | | | | | | | | automatic_installation ensure_installed is used as a hard-coded list of servers to always install, no matter if they're setup or not. automatic_installation is used to automatically detect which servers needs to be installed, based on which servers are setup via lspconfig.
* run autogen_metadata.luaWilliam Boman (automated)2022-05-121-1/+1
|
* feat: notify when server is installed via automatic_installation mechanism ↵William Boman2022-05-121-0/+2
| | | | (#692)
* feat: patch :LspInfo's "cmd is executable" diagnostic message (#691)William Boman2022-05-121-0/+25
|
* run autogen_metadata.luaWilliam Boman (automated)2022-05-122-2/+2
|
* chore: further decouple module structure (#685)William Boman2022-05-1194-1789/+1638
|
* chore!: remove zeta_noteWilliam Boman2022-05-116-44/+2
| | | | This project is now archived and no longer maintained. GitHub releases seem to have been removed, either inadvertently or not.
* chore!: remove spectralWilliam Boman2022-05-116-40/+2
| | | | | | | This server's installation method is too unstable to currently support. It's also deprecated [1]. [1] https://github.com/stoplightio/vscode-spectral/issues/130
* run autogen_metadata.luaWilliam Boman (automated)2022-05-112-2/+2
|
* chore: remove deprecation notificationsWilliam Boman2022-05-111-4/+0
| | | | | These methods are still deprecated, but will remain until a substitute is implemented and available.
* run autogen_metadata.luaWilliam Boman (automated)2022-05-101-1/+1
|
* chore: remove deprecated modules (#682)William Boman2022-05-10128-1735/+29
| | | | - https://github.com/williamboman/nvim-lsp-installer/wiki/Async-infrastructure-changes-notice - https://github.com/williamboman/nvim-lsp-installer/discussions/636
* run autogen_metadata.luaWilliam Boman (automated)2022-05-101-1/+1
|
* Added the Astro Language Server (#677)Anish De2022-05-065-1/+24
|
* run autogen_metadata.luaWilliam Boman (automated)2022-05-062-2/+2
|
* feat(hls): install via ghcup (#667)William Boman2022-05-051-38/+3
|
* fix(github): fix bad ternary expressionWilliam Boman2022-05-051-1/+6
|
* fix(vls): fix meson -Dprefix path (#668)William Boman2022-05-041-1/+2
| | | Closes #666.
* run autogen_metadata.luaWilliam Boman (automated)2022-05-032-1/+2
|
* ui: add clarifications around settings schema (#663)William Boman2022-05-031-0/+21
|
* run autogen_metadata.luaWilliam Boman (automated)2022-05-021-1/+1
|
* chore: bump minimum neovim version to 0.7.0 (#656)William Boman2022-05-021-3/+3
|
* Add robotframework_ls (#655)Zoe Roux2022-05-014-0/+21
|
* fix(hls): download archive from downloads.haskell.org (#651)William Boman2022-05-013-18/+89
|
* add hoon_ls (#570)William Boman2022-05-014-0/+21
|
* feat(platform): add convenience API for detecting OS + arch (#653)William Boman2022-05-011-0/+10
|
* fix!(beancount-language-server):update beancount install source (#649)hateonion2022-05-011-32/+3
|
* feat(receipt): add "github_release" type (#650)William Boman2022-05-016-65/+51
| | | | This is for sources that uses GitHub releases, but doesn't target a specific asset file (as opposed to the github_release_file source).
* feat: allow excluding servers from automatic installation (#643)William Boman2022-04-303-6/+30
|
* fix middleware_spec testsWilliam Boman2022-04-291-0/+1
|
* fix(middleware): only modify config for installed servers during setupWilliam Boman2022-04-291-1/+3
| | | | | This is to avoid modifying configs for servers that users don't want to manage via nvim-lsp-installer.
* feat: add 'automatic_installation' feature toggle to setup options (#638)William Boman2022-04-292-0/+6
|