aboutsummaryrefslogtreecommitdiffstats
path: root/CUSTOM_SERVERS.md
Commit message (Collapse)AuthorAgeFilesLines
* CUSTOM_SERVERS: remove shell.remote_bashWilliam Boman2021-11-301-22/+0
| | | | Resolves #297.
* add Lua API to override default settings (#111)William Boman2021-09-301-0/+3
|
* don't assume bash location (#108)William Boman2021-09-291-2/+2
|
* rewrite some installers for broader cross-platform support (#85)William Boman2021-09-101-20/+12
| | | | | | | | | | - Remove all usage of zx in favour of native Lua (via libuv) - Introduce new set of `std` installers The following servers will have to be reinstalled due to this change: 1. clangd 2. solargraph 3. sumneko_lua 4. tailwindcss
* CUSTOM_SERVERS.md: update docsWilliam Boman2021-09-081-9/+40
|
* add direct integration with libuv instead of going through termopen, also ↵William Boman2021-09-071-11/+14
| | | | | | | | | implement a UI (#79) * add direct integration with libuv instead of going through termopen, also implement a UI * alleged free perf boosts yo that's free cycles
* replace all usage of curl(1) with wget(1)William Boman2021-08-221-1/+1
|
* CUSTOM_SERVERS.md: improve docsWilliam Boman2021-08-181-4/+4
|
* add new on_server_ready() API (#56)William Boman2021-08-181-4/+5
|
* CUSTOM_SERVERS.md: add missing type annotationWilliam Boman2021-08-171-1/+1
|
* add custom server capabilities (#55)William Boman2021-08-171-0/+206