aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* more async refactor (#587)William Boman2022-04-111-5/+4
|
* add async managers (#536)William Boman2022-03-261-5/+9
|
* async: raise errors instead of returning pcall-style (#521)William Boman2022-03-051-5/+3
|
* feat: add async module (#499)William Boman2022-02-212-23/+27
|
* add awk_ls (#442)William Boman2022-01-231-0/+4
|
* add pylsp schemaWilliam Boman2022-01-121-1/+4
|
* autogen_metadata: use gist registry (#417)William Boman2022-01-121-4/+6
|
* feat(ui): display interactive server settings schema table (#363)William Boman2021-12-292-8/+54
|
* feat(ui): sort servers alphabetically, also add language hints (#361)William Boman2021-12-251-5/+1
|
* scripts/autogen_metadata: directly import server config from lspconfigWilliam Boman2021-12-051-2/+2
|
* remove {pre,post}_setup functions (#250)William Boman2021-11-081-7/+0
|
* add language aliases to :LspInstall (#232)William Boman2021-11-061-1/+47
|
* scripts: fix generating filetypes for servers w/ no lspconfig entryWilliam Boman2021-10-311-6/+13
|
* autogen_metadata: sort table for consistent outputsWilliam Boman2021-10-231-0/+1
|
* map filetype to servers, promote relevant servers in the UI (#190)William Boman2021-10-231-24/+33
| | | | Uninstalled servers that map to a filetype that is open in any buffer will be hoisted in the UI list.
* feat: autogen metadata table(s) (#159)kylo2522021-10-182-0/+91
Co-authored-by: William Boman <william@redwill.se>