aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/servers/phpactor/init.lua
Commit message (Collapse)AuthorAgeFilesLines
* add language aliases to :LspInstall (#232)William Boman2021-11-061-0/+1
|
* fix(phpactor): install via git clone instead of composer require (breaking ↵Lctrs2021-10-171-2/+10
| | | | | change) (#162) Users who have already installed phpactor will need to reinstall it once more after this change.
* 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.
* feat(server): add phpactor (#137)Lctrs2021-10-071-0/+13