aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/servers/serve_d/init.lua
Commit message (Collapse)AuthorAgeFilesLines
* add language aliases to :LspInstall (#232)William Boman2021-11-061-0/+1
|
* installers/context: rename functions (#170)William Boman2021-10-171-1/+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.
* add serve_d (#133)William Boman2021-10-051-0/+38