aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/servers/bicep/init.lua
Commit message (Collapse)AuthorAgeFilesLines
* mason.nvimWilliam Boman2022-07-071-32/+0
|
* chore: further decouple module structure (#685)William Boman2022-05-111-1/+1
|
* chore: remove deprecated modules (#682)William Boman2022-05-101-1/+0
| | | | - https://github.com/williamboman/nvim-lsp-installer/wiki/Async-infrastructure-changes-notice - https://github.com/williamboman/nvim-lsp-installer/discussions/636
* chore: refactor remaining installers to async impl (#616)William Boman2022-04-211-19/+19
|
* write install receipts (#379)William Boman2022-01-031-0/+3
|
* add ccls (#299)William Boman2021-12-051-3/+1
|
* 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