aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* refactor(solang): don't download llvm (#729)William Boman2022-05-281-48/+16
| | | This is now assumed to be installed on the system instead.
* refactor: use new github.download_release_file function (#728)William Boman2022-05-285-19/+21
|
* test(luarocks): add more test casesWilliam Boman2022-05-271-0/+1
|
* feat: add teal_ls (#724)William Boman2022-05-2712-3/+180
| | | Closes #723.
* run autogen_metadata.luaWilliam Boman (automated)2022-05-271-1/+1
|
* fix(spawn): don't check executable when spawning with custom PATH (#721)William Boman2022-05-262-2/+2
|
* run autogen_metadata.luaWilliam Boman (automated)2022-05-251-1/+1
|
* run autogen_metadata.luaWilliam Boman (automated)2022-05-253-3/+3
|
* fix(ui): setlocal undolevels=-1William Boman2022-05-251-0/+1
| | | | | | | | Without having profiled things, this should greatly reduce memory footprint because this UI buffer is: 1) updated very frequently 2) the way it's currently updated is extremely inefficient (it essentially recreates the buffer contents on every render)
* run autogen_metadata.luaWilliam Boman (automated)2022-05-241-1/+1
|
* feat: add setting to disable automatic version check when opening UI window ↵William Boman2022-05-232-1/+3
| | | | (#716)
* ui: remove borders & change heading style (#713)William Boman2022-05-232-7/+11
|
* feat(github): add setting to customize asset download url (#711)William Boman2022-05-212-1/+11
| | | Closes #678.
* run autogen_metadata.luaWilliam Boman (automated)2022-05-212-1/+2
|
* chore(scripts): remove unnecessary awk_ls branchWilliam Boman2022-05-202-2/+1
|
* run autogen_metadata.luaWilliam Boman (automated)2022-05-201-1/+1
|
* feat(lspinfo): check that .setup() has been called to consider cmd ↵William Boman2022-05-193-0/+19
| | | | executable (#710)
* fix(erlangls): follow git tags (#708)William Boman2022-05-194-54/+55
| | | Closes #683.
* run autogen_metadata.luaWilliam Boman (automated)2022-05-182-1/+2
|
* fix(spawn): avoid spawning commands that aren't on PATH (#706)William Boman2022-05-172-5/+32
| | | | This is primarily done to avoid cluttering the log file with a bunch of ERROR entries. Also avoids unnecessary roundtrips to uv_spawn, I guess.
* fix(omnisharp): remove invalid equality checkWilliam Boman2022-05-171-1/+1
|
* 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-1195-1795/+1644
|
* 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-112-7/+3
| | | | | 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
|