aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer
Commit message (Collapse)AuthorAgeFilesLines
* some fixesWilliam Boman2021-09-079-20/+21
|
* add direct integration with libuv instead of going through termopen, also ↵William Boman2021-09-0717-113/+1101
| | | | | | | | | 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
* opts: remove testing code and add default paramWilliam Boman2021-09-031-7/+3
|
* rescriptls: rm .vsix archive after unpackingWilliam Boman2021-09-031-0/+1
|
* add rescriptls (#73)Pedro Castro2021-09-031-0/+24
|
* vscode-langservers-extracted: use correct root dir when producing cmd path (#75)William Boman2021-09-032-2/+25
| | | Resolves #74.
* Update Elixir LS version to 0.8.1 (#72)Connor Lay (Clay)2021-09-021-1/+1
|
* add diagnostic-languageserver (#71)Takuma Kimura2021-09-021-0/+13
|
* add Windows support (#70)William Boman2021-09-0139-194/+342
|
* add g:lsp_installer_allow_federated_servers flag (#67)William Boman2021-08-261-1/+1
|
* fix: add typescript dependency to tsserver (#69)Muhammad Ahmad2021-08-261-1/+1
|
* installers/go: run cleanup after installation (#66)William Boman2021-08-251-5/+11
| | | Resolves #64.
* eslintls: fix exampleWilliam Boman2021-08-251-3/+6
|
* Update README.md for eslintls (#65)Alexander Popov2021-08-251-0/+3
|
* eslintls: defer registering server definition with lspconfig (#62)William Boman2021-08-232-43/+51
| | | Resolves #61.
* export proper location of haskell language servers (#60)Lateef Alabi-Oki2021-08-221-1/+3
| | | `${__dirname}` was exporting the location of the `Packer` installation folder, instead of the location of the Haskell language servers and `hls` script. This change fixes the issue for me.
* replace all usage of curl(1) with wget(1)William Boman2021-08-224-9/+8
|
* Bump Haskell Language Server to version 1.3.0 (#59)Lateef Alabi-Oki2021-08-221-1/+1
|
* ansiblels: use npm instead of yarnWilliam Boman2021-08-211-3/+3
|
* add new on_server_ready() API (#56)William Boman2021-08-182-0/+23
|
* add custom server capabilities (#55)William Boman2021-08-171-1/+0
|
* add stylelint (#54)William Boman2021-08-172-1/+13
|
* add efm (#53)William Boman2021-08-171-0/+14
|
* add tflint (#52)William Boman2021-08-174-1/+63
| | | | | * add tflint * Update lua/nvim-lsp-installer/servers/tflint/init.lua
* improve messagesWilliam Boman2021-08-161-2/+2
|
* terraformls: fix wrong linux targetWilliam Boman2021-08-161-5/+3
|
* notify: always call vim.notifyWilliam Boman2021-08-151-2/+2
|
* fs: assert unsafe operations are run on safe paths onlyWilliam Boman2021-08-153-7/+23
|
* fs: use native vim.fnsWilliam Boman2021-08-152-6/+7
|
* styluaWilliam Boman2021-08-1551-339/+329
|
* add `env` option to shell.raw, and other cosmetic improvementsWilliam Boman2021-08-154-18/+75
|
* less noisy error msgWilliam Boman2021-08-121-1/+1
|
* notify: improved interop with nvim-notify pluginWilliam Boman2021-08-122-4/+11
|
* vim.notify: provide extra options for better interop with nvim-notifyWilliam Boman2021-08-125-9/+23
|
* use vim.notifyWilliam Boman2021-08-124-7/+7
|
* add ansiblels (#51)William Boman2021-08-111-0/+20
|
* add jedi_language_server (#50)William Boman2021-08-111-0/+13
|
* add pylsp (#49)William Boman2021-08-111-0/+13
|
* add groovyls (#48)William Boman2021-08-111-0/+22
|
* use vscode-langservers-extracted package (#47)William Boman2021-08-114-36/+21
| | | Closes #46.
* add kotlin_language_server (#45)William Boman2021-08-021-0/+18
|
* add ember (#44)William Boman2021-08-021-0/+13
|
* add sql(l)s (#43)William Boman2021-08-024-13/+45
|
* installers/pip3: actually add space in-between packagesWilliam Boman2021-07-101-1/+1
|
* typoWilliam Boman2021-07-101-2/+2
|
* npm, pip3: add executable(root_dir, executable) util functionWilliam Boman2021-07-1022-51/+37
|
* clangd, rust_analyzer: simplify install script a bitWilliam Boman2021-07-102-21/+20
|
* import server modules directlyWilliam Boman2021-07-101-101/+0
|
* add purescriptls (#39)William Boman2021-07-102-0/+15
|
* add rome (#38)William Boman2021-07-052-0/+15
|