aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/data.lua
Commit message (Collapse)AuthorAgeFilesLines
* chore: further decouple module structure (#685)William Boman2022-05-111-157/+0
|
* feat: allow excluding servers from automatic installation (#643)William Boman2022-04-301-4/+8
|
* chore: refactor remaining installers to async impl (#616)William Boman2022-04-211-1/+11
|
* write install receipts (#379)William Boman2022-01-031-10/+0
|
* add proper emmylua annotations (#196)William Boman2021-10-251-0/+30
|
* ui: some more colors and a very crucial cowth vader lightsaber animation (#176)William Boman2021-10-181-0/+14
|
* add keybindings to UI window (#140)William Boman2021-10-101-0/+19
| | | | | | | | | | | | | | | - Allows for expanding servers to view more information about it. - Allows for installing/reinstalling/uninstalling servers. The default keybindings is an attempt to mimic vim-fugitive's :Git maps, and these can be overriden. The keybinding implementation in display.lua is a bit hacky, but it works and the "public" API is at least manageable. This will also open up for adding more metadata in the future, such as filetype information, currently installed version, latest available version, etc. Also there's Cowth Vader.
* add zls (#121)William Boman2021-10-061-0/+11
|
* sanitize env in debug logsWilliam Boman2021-10-041-0/+9
|
* use vim.json.decode if availableWilliam Boman2021-10-031-1/+5
|
* support installing specific version of language servers, defaults to latest ↵William Boman2021-09-291-0/+12
| | | | (#106)
* rewrite some installers for broader cross-platform support (#85)William Boman2021-09-101-0/+18
| | | | | | | | | | - 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
* add direct integration with libuv instead of going through termopen, also ↵William Boman2021-09-071-0/+36
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