aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* ui: add 'press ? for help' messageWilliam Boman2021-10-151-0/+1
|
* process: avoid duplicate env entries (#155)William Boman2021-10-151-4/+6
| | | Resolves #123.
* add eslint, deprecate eslintls (#149)William Boman2021-10-146-20/+58
|
* emmet_ls: don't override lspconfig entryWilliam Boman2021-10-121-17/+0
|
* add-erlangls (#144)Iván Giovanazzi2021-10-123-31/+74
| | | Co-authored-by: William Boman <william@redwill.se>
* ui: show installer log file path in help windowWilliam Boman2021-10-121-0/+4
|
* installers/pip3: attempt python executable first on Windows (#148)William Boman2021-10-121-5/+14
|
* clangd: check platform on linuxWilliam Boman2021-10-121-1/+1
|
* installers/std: print to stdout when downloading fileWilliam Boman2021-10-121-0/+1
|
* zls: check github release file not nilWilliam Boman2021-10-111-1/+1
| | | | For better error message.
* remove startup command from ui windowWilliam Boman2021-10-101-5/+0
| | | | It's available through :LspInfo
* add keybindings to UI window (#140)William Boman2021-10-1061-104/+527
| | | | | | | | | | | | | | | - 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.
* jdtls: fix jar argumentWilliam Boman2021-10-101-1/+2
| | | | Ping #142
* add solang (#125)William Boman2021-10-082-0/+62
|
* fix: omnisharp installation path (#139)Gabriel Berto2021-10-071-1/+1
| | | Co-authored-by: gabriel.berto <gabriel.berto@pottencial.com.br>
* feat(server): add phpactor (#137)Lctrs2021-10-074-1/+61
|
* lemminx: fix std.rename callWilliam Boman2021-10-063-15/+19
|
* lemminx: fix std.rename callWilliam Boman2021-10-061-15/+11
|
* add zls (#121)William Boman2021-10-063-0/+50
|
* windows: attempt all common archiver programs (#136)William Boman2021-10-064-54/+179
|
* windows: add -UseBasicParsing for iwr callsWilliam Boman2021-10-063-3/+3
| | | | Because otherwise it... tries to.. use Internet Explorer??
* ltex/configure: early return instead to avoid indentationWilliam Boman2021-10-051-150/+152
|
* add ltex (#134)William Boman2021-10-056-5/+286
|
* installers/std: fix archive nameWilliam Boman2021-10-051-1/+1
|
* add serve_d (#133)William Boman2021-10-053-5/+53
|
* add bicep (#132)William Boman2021-10-052-0/+24
|
* add lemminx (#131)William Boman2021-10-053-0/+62
|
* add volar (#130)William Boman2021-10-052-0/+14
|
* clangd: add flags arg to fs_symlinkWilliam Boman2021-10-052-2/+2
|
* attempt curl if wget is not available (#129)William Boman2021-10-054-21/+80
|
* better error messagingWilliam Boman2021-10-052-35/+56
|
* fix debug log in cases with nil argsWilliam Boman2021-10-041-1/+7
|
* fix nil errorWilliam Boman2021-10-041-1/+1
|
* styluaWilliam Boman2021-10-042-3/+3
|
* sanitize env in debug logsWilliam Boman2021-10-043-5/+53
|
* add emmet_ls (#122)William Boman2021-10-042-0/+31
|
* assign to local var for less verbose expressionsWilliam Boman2021-10-034-40/+45
|
* platform: add more arch aliasesWilliam Boman2021-10-031-0/+5
|
* use vim.json.decode if availableWilliam Boman2021-10-031-1/+5
|
* add puppet (#120)William Boman2021-10-032-0/+23
|
* lower default log level to INFO (#119)William Boman2021-10-022-2/+3
|
* fix: Add `--stdio` to the argument of vscode-langservers-extracted (#118)tamago3242021-10-021-1/+1
|
* fix newlines in stdout/stderr calls, more robust error handling (#114)William Boman2021-10-017-13/+24
|
* stylua and some cleanupWilliam Boman2021-10-011-25/+20
|
* clangd: fix installing on Windows (#113)William Boman2021-10-011-16/+50
| | | Resolves #112.
* fix parsing stdout/stderr chunks into proper linesWilliam Boman2021-09-301-14/+15
|
* fix logging at correct level, also add :LspInstallLog commandWilliam Boman2021-09-306-42/+37
|
* feat(ui): add a popup option (#100)kylo2522021-09-303-62/+120
| | | Co-authored-by: William Boman <william@redwill.se>
* add Lua API to override default settings (#111)William Boman2021-09-306-30/+54
|
* shell: don't set pipefail option for shWilliam Boman2021-09-301-1/+1
| | | | Resolves #110.