| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: require target language server module before LspInstall and LspInstallInfo | Hirokazu Hata | 2020-03-21 | 1 | -0/+6 |
| | | | | | | At 6d380677502de0a750dc61dc537fedccebfefd5d, make requiring all language server modules lazy. That commit broke LspInstall and LspInstallInfo | ||||
| * | nvim_lsp.lua: lazy require language server modules (#109) | Hirokazu Hata | 2020-02-02 | 1 | -27/+3 |
| | | |||||
| * | rename "skeleton" to "configs" #100 | Michael Lingelbach | 2020-01-31 | 1 | -13/+13 |
| | | | | | | | | | | | | | | | `nvim_lsp/skeleton.lua` is not really a skeleton, it's a `configs` class that provides 1. actual functionality 2. a bunch of configs Each config is added to the `configs` object (FKA "skeleton") as a property. Those configs are not "templates", they are "configs". So we should clean up the wording in various places to say "config" instead of "skeleton"/"template". Closes #64 | ||||
| * | metals (75 | Fernando Garcia Borges | 2020-01-25 | 1 | -0/+1 |
| | | | | | Co-authored-by: Hirokazu Hata <h.hata.ai.t@gmail.com> | ||||
| * | yaml-language-server #88 | Hirokazu Hata | 2020-01-05 | 1 | -0/+1 |
| | | |||||
| * | terraform-lsp #90 | Hirokazu Hata | 2020-01-05 | 1 | -0/+1 |
| | | |||||
| * | vimls #84 | Michael Lingelbach | 2019-12-28 | 1 | -0/+1 |
| | | |||||
| * | Add ocamlls (#76) | Fernando Garcia Borges | 2019-12-27 | 1 | -0/+1 |
| | | |||||
| * | intelephense (PHP) #61 | Simon Hartcher | 2019-12-16 | 1 | -0/+1 |
| | | | | | * use composer.json for root * prefer cwd unless root is outside cwd | ||||
| * | :LspInstall : set complete fn to Lua fn | Justin M. Keyes | 2019-12-08 | 1 | -7/+2 |
| | | | | | | The sid() hack didn't work on my system, and we can reference Lua global functions meanwhile. | ||||
| * | implement "ghcide" #59 | rektrex | 2019-11-30 | 1 | -0/+1 |
| | | |||||
| * | Add docker lsp (#56) | Ahmed El Gabri | 2019-11-29 | 1 | -0/+1 |
| | | |||||
| * | pyls_ms: Microsoft Python Language Server #57 | Michael Lingelbach | 2019-11-29 | 1 | -0/+1 |
| | | |||||
| * | Add support for rust-analyzer (#43) | csmoe | 2019-11-26 | 1 | -0/+1 |
| | | | | | * add support for rust-analyzer * add rust-analyzer package json | ||||
| * | Add support for lean language server (#51) | Felipe Morales | 2019-11-26 | 1 | -0/+1 |
| | | |||||
| * | Add support for fortls (#52) | Eisuke Kawashima | 2019-11-26 | 1 | -0/+1 |
| | | |||||
| * | Add sumneko_lua installation and util.sh helper. (#49) | Ashkan Kiani | 2019-11-26 | 1 | -1/+2 |
| | | | | | | | | | * Add sumneko_lua installation and util.sh helper. * Add vspackage extraction for package.json information via vscode name. * Allow specifying a tempdir at DOCGEN_TEMPDIR * Fix on_new_config and add docs for root_dir * User settings titles are not always useful | ||||
| * | Add support solargraph (#37) | Hirokazu Hata | 2019-11-19 | 1 | -0/+1 |
| | | |||||
| * | Add css lsp (#36) | Mike Hartington | 2019-11-19 | 1 | -0/+1 |
| | | |||||
| * | Add support for haskell-ide-engine (#21) | czwinzscher | 2019-11-17 | 1 | -0/+1 |
| | | |||||
| * | Add support flow language server (#18) | Hirokazu Hata | 2019-11-17 | 1 | -1/+3 |
| | | |||||
| * | Basic support for the ccls language server (#19) | Petter Wahlman | 2019-11-17 | ||
