aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/servers/bicep/init.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix(bicep): download the langserver via the vscode distribution (#286)William Boman2021-11-301-2/+9
| | | | This is done to avoid issues with unzipping the bicep-langserver.zip on POSIX systems (see https://github.com/Azure/bicep/issues/3704).
* 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 bicep (#132)William Boman2021-10-051-0/+23