aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/servers/tflint/init.lua
Commit message (Collapse)AuthorAgeFilesLines
* remove {pre,post}_setup functions (#250)William Boman2021-11-081-22/+23
|
* 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.
* support installing specific version of language servers, defaults to latest ↵William Boman2021-09-291-12/+19
| | | | (#106)
* optimize io (70%+ startup speedups) (#93)William Boman2021-09-171-38/+41
|
* add direct integration with libuv instead of going through termopen, also ↵William Boman2021-09-071-9/+14
| | | | | | | | | implement a UI (#79) * add direct integration with libuv instead of going through termopen, also implement a UI * alleged free perf boosts yo that's free cycles
* add Windows support (#70)William Boman2021-09-011-6/+9
|
* add tflint (#52)William Boman2021-08-171-0/+40
* add tflint * Update lua/nvim-lsp-installer/servers/tflint/init.lua