aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/servers/ansiblels/init.lua
Commit message (Collapse)AuthorAgeFilesLines
* mason.nvimWilliam Boman2022-07-071-23/+0
|
* chore: further decouple module structure (#685)William Boman2022-05-111-1/+1
|
* chore: remove deprecated modules (#682)William Boman2022-05-101-1/+0
| | | | - https://github.com/williamboman/nvim-lsp-installer/wiki/Async-infrastructure-changes-notice - https://github.com/williamboman/nvim-lsp-installer/discussions/636
* make install context available via coroutine context (#586)William Boman2022-04-111-6/+5
|
* switch majority of installers to async implementation (#574)William Boman2022-04-061-11/+10
|
* fix(ansiblels): use correct command on Windows (#547)William Boman2022-03-161-1/+1
| | | Resolves #541.
* remove npm install --production from ansiblels (#518)Joshua Cold2022-03-041-1/+0
|
* feat(ui): display outdated servers (#395)William Boman2022-01-061-7/+2
|
* write install receipts (#379)William Boman2022-01-031-0/+9
|
* ansiblels: remove filetypes overrideWilliam Boman2021-12-211-1/+0
|
* add language aliases to :LspInstall (#232)William Boman2021-11-061-0/+1
|
* add keybindings to UI window (#140)William Boman2021-10-101-0/+1
| | | | | | | | | | | | | | | - 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.
* ansiblels: fix install when having older npm version installedWilliam Boman2021-09-191-2/+3
|
* optimize io (70%+ startup speedups) (#93)William Boman2021-09-171-16/+16
|
* rewrite some installers for broader cross-platform support (#85)William Boman2021-09-101-9/+7
| | | | | | | | | | - 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 Windows support (#70)William Boman2021-09-011-6/+9
|
* ansiblels: use npm instead of yarnWilliam Boman2021-08-211-3/+3
|
* styluaWilliam Boman2021-08-151-5/+5
|
* add ansiblels (#51)William Boman2021-08-111-0/+20