aboutsummaryrefslogtreecommitdiffstats
path: root/plugin
Commit message (Collapse)AuthorAgeFilesLines
* add Lua API to override default settings (#111)William Boman2021-09-301-1/+17
|
* schedule batch uninstallationsWilliam Boman2021-09-071-3/+1
|
* add direct integration with libuv instead of going through termopen, also ↵William Boman2021-09-071-10/+19
| | | | | | | | | 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
* use boolean value for g:lsp_installer_allow_federated_serversWilliam Boman2021-08-271-2/+2
|
* add g:lsp_installer_allow_federated_servers flag (#67)William Boman2021-08-261-0/+1
|
* add new on_server_ready() API (#56)William Boman2021-08-181-0/+2
|
* sort completion menuWilliam Boman2021-08-021-2/+2
|
* remove :LspInstallAllWilliam Boman2021-05-161-7/+0
| | | | | Currently, this instantly opens up a new buffer for each LSP server. This is not a very cash money user experience.
* rename Installer to Server for clarity (#3)William Boman2021-04-051-12/+14
|
* update README and change get_installed_servers() return value (#1)William Boman2021-04-041-2/+4
|
* initWilliam Boman2021-04-041-0/+47