| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge pull request #1779 from angusjf/patch-1 | Peter Lithammer | 2022-03-28 | 1 | -1/+1 | |
| |\ | | | | | Update eslint's `autocmd` example | |||||
| | * | docs(eslint): update `autocmd` example | Angus Findlay | 2022-03-28 | 1 | -1/+1 | |
| | | | ||||||
| * | | ci: fix new luacheck v0.26.0 errors | Peter Lithammer | 2022-03-28 | 2 | -11/+11 | |
| | | | | | | | | | | | | | | | | | | | See https://github.com/lunarmodules/luacheck/releases/tag/v0.26.0 lua/lspconfig/util.lua:225:40: used variable _make_config lua/lspconfig/configs.lua:207:63: used variable _root_dir lua/lspconfig/configs.lua:260:19: 'not (x == y)' can be replaced by 'x ~= y' (if neither side is a table or NaN) | |||||
| * | | fix(hoon-language-server): update cmd and docs (#1809) | Matthias Schaub | 2022-03-23 | 1 | -6/+5 | |
| | | | | | | | | | | | | | | | Remove CMD parameters for which the language server provides defaults. Make docs simpler. Remove markdown code fences. Co-authored-by: Matthias Schaub <matthias.schaub@posteo.de> | |||||
| * | | fix(hoon-language-server): remove example (#1804) | Matthias Schaub | 2022-03-22 | 1 | -7/+0 | |
| | | | | | | | | | | | | | Example of how to use the 'cmd' setting is not needed. Also the name of the language server in this example is wrong. Co-authored-by: Matthias Schaub <matthias.schaub@posteo.de> | |||||
| * | | feat: add hoon-language-server support (#1802) | Matthias Schaub | 2022-03-21 | 1 | -0/+37 | |
| | | | | | | | Co-authored-by: Matthias Schaub <matthias.schaub@posteo.de> | |||||
| * | | docs: clean up styling in documentation (#1797) | Michael Lingelbach | 2022-03-20 | 1 | -2/+2 | |
| | | | | | | | Make it more obvious not to copy/paste default_config | |||||
| * | | feat: add prosemd-lsp for markdown (#1795) | Dan Sully | 2022-03-20 | 1 | -0/+22 | |
| | | | ||||||
| * | | feat: add mm0 language support (#1787) | Julian Berman | 2022-03-18 | 1 | -0/+20 | |
| | | | | | | | | | This is a theorem prover (https://github.com/digama0/mm0) in some sense related to the existing (supported) Lean theorem prover. | |||||
| * | | fix(beancount-langserver): add stdio flag to cmd (#1791) | kmaasrud | 2022-03-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | docs: fix volar.setup parameters in description (#1780) | Jędrzej Boczar | 2022-03-16 | 1 | -5/+3 | |
| |/ | ||||||
| * | docs: update Volar package name in docs (#1776) | Jess Archer | 2022-03-14 | 1 | -2/+2 | |
| | | | | | | The [`@volar/server`](https://github.com/neovim/nvim-lspconfig/pull/1770) NPM package has been renamed to [`@volar/vue-language-server`](https://www.npmjs.com/package/@volar/vue-language-server). The change to the server config was already made in https://github.com/neovim/nvim-lspconfig/pull/1770 so this is just updating the docs. | |||||
| * | chore(volar): @volar/server -> @volar/vue-language-server (#1770) | Artur Tagisow | 2022-03-13 | 1 | -1/+2 | |
| | | | | | | | See https://github.com/johnsoncodehk/volar/issues/876 Add new languageFeatures.implementation = true option as per CHANGELOG.md in volar repo for version 0.33 | |||||
| * | fix(lspstop): make LspStop behave as described in the docs (#1764) | Federico Igne | 2022-03-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | This bug was introduced in #1324. When calling `:LspStop <args>`, the current code tries to match a string with the format "123 (blablabla)", which will result in terminating the server with ID 123. This is fine when using autocompletion, but if doing this programmatically (or just following the docs) something like `:LspStop 1` will not match anything, resulting in terminating *all* managed servers. This should be enough to fix the bug, allow terminating multiple servers at once and keeping the nice UX provided by the autocompletion. | |||||
| * | docs: add bashls install instructions (#1760) | Zach Wahrer | 2022-03-08 | 1 | -0/+5 | |
| | | ||||||
| * | feat: add please support (#1734) | Sean Baildon | 2022-03-08 | 1 | -0/+19 | |
| | | ||||||
| * | style(teal_ls): fix indentation and single quotes | Peter Lithammer | 2022-03-08 | 1 | -11/+11 | |
| | | ||||||
| * | feat: add support for sourcery (#1495) | kylo252 | 2022-03-07 | 1 | -0/+55 | |
| | | ||||||
| * | feat: add teal-language-server support (#1732) | Steve Vermeulen | 2022-03-06 | 1 | -0/+29 | |
| | | ||||||
| * | feat: add openscad-language-server (#1757) | Rudis Muiznieks | 2022-03-06 | 1 | -0/+32 | |
| | | ||||||
| * | Merge pull request #1758 from neovim/hhvm-format | Peter Lithammer | 2022-03-06 | 1 | -1/+1 | |
| |\ | | | | | style(hhvm): add space inside array | |||||
| | * | style(hhvm): add space inside table | Peter Lithammer | 2022-03-06 | 1 | -1/+1 | |
| | | | ||||||
| * | | feat: add reason-language-server (#1721) | RiN | 2022-03-06 | 1 | -0/+23 | |
| |/ | ||||||
| * | feat: add perlnavigator support (#1756) | Seth Daniel | 2022-03-06 | 1 | -0/+39 | |
| | | ||||||
| * | feat: add clarity-lsp support (#1755) | Jose Soto | 2022-03-04 | 1 | -0/+24 | |
| | | ||||||
| * | feat: add odin language server support (#1747) | Andreas Stallinger | 2022-03-01 | 1 | -0/+20 | |
| | | ||||||
| * | fix(perlpls): turn on syntax checking by default (#1749) | Seth Daniel | 2022-02-28 | 1 | -0/+1 | |
| | | ||||||
| * | docs: update GraphQL instructions (#1744) | Matt Mirus | 2022-02-28 | 1 | -0/+2 | |
| | | ||||||
| * | feat(gradle): add support for gradle-language-server (#1740) | Donnie West | 2022-02-25 | 1 | -0/+37 | |
| | | ||||||
| * | chore: remove all package.json (#1656) | Michael Lingelbach | 2022-02-25 | 31 | -31/+0 | |
| | | ||||||
| * | fix(tailwindcss): add 'htmldjango' to filetypes (#1737) | William Boman | 2022-02-24 | 1 | -0/+1 | |
| | | ||||||
| * | feat: add hh_client for hhvm (#1712) | Anton | 2022-02-21 | 1 | -0/+21 | |
| | | ||||||
| * | feat: add hdl_checker (#1723) | arslanmaj | 2022-02-19 | 1 | -0/+20 | |
| | | | | | | Co-authored-by: Arslan Majid <arslan.majid@inl.gov> Co-authored-by: Peter Lithammer <peter.lithammer@gmail.com> Co-authored-by: Michael Lingelbach <m.j.lbach@gmail.com> | |||||
| * | feat: add slint_lsp (#1704) | Tobias Hunger | 2022-02-18 | 1 | -0/+26 | |
| | | ||||||
| * | fix(ansiblels): remove yaml from ansiblels filetype (#1708) | Vincent Ducamps | 2022-02-18 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #1727 from Julian/leanls3 | Michael Lingelbach | 2022-02-18 | 1 | -15/+29 | |
| |\ | | | | | fix(leanls): only use lake serve if lakefile.lean exists | |||||
| | * | fix(leanls): move legacy_cmd -> options.non_lake_lsp_cmd | Julian Berman | 2022-02-18 | 1 | -4/+7 | |
| | | | ||||||
| | * | fix(leanls): support new src/lean directory | Gabriel Ebner | 2022-02-10 | 1 | -0/+6 | |
| | | | ||||||
| | * | fix(leanls): only use lake serve if lakefile.lean exists | Gabriel Ebner | 2022-02-09 | 1 | -15/+20 | |
| | | | ||||||
| * | | fix(jsonnet_ls): update server URL and add installation instructions (#1729) | William Boman | 2022-02-18 | 1 | -1/+6 | |
| | | | ||||||
| * | | feat(gopls): enable single_file_support (#1726) | Jackson Kjar | 2022-02-17 | 1 | -0/+1 | |
| | | | ||||||
| * | | chore(elmls): remove overriding elm paths (#1718) | georges boris | 2022-02-13 | 1 | -3/+0 | |
| | | | | | | | As stated in the [elm-language-server docs](https://github.com/elm-tooling/elm-language-server#server-settings) – the default value of elm binaries should be an empty string so the language server searches for binaries as local project installs and only use global ones as fallback. If we specify it as the standard "global values" like this config is currently doing, we're just going straight to the fallback, breaking compatibility with local installs. | |||||
| * | | fix(grammarly): resolve windows command properly (#1716) | sitiom | 2022-02-12 | 1 | -1/+8 | |
| | | | ||||||
| * | | feat: remove warning when server fails to start (#1711) | Michael Lingelbach | 2022-02-11 | 1 | -8/+0 | |
| |/ | ||||||
| * | feat(leanls): start the LSP via lake serve (#1698) | Julian Berman | 2022-02-05 | 1 | -1/+18 | |
| | | | | | | | | | | | Enables workspace symbols for the Lean 4 LSP. Older versions of Lake (and Lean 4) lack a serve command, so on those we fallback to the old behavior by directly starting the LSP. Closes: Julian/lean.nvim#229 Refs: leanprover/lake#46 | |||||
| * | feat: add salt_ls (#1696) | William Boman | 2022-02-01 | 1 | -0/+24 | |
| | | ||||||
| * | docs(prismals): improve server description and installation | Joël Galeran | 2022-01-24 | 1 | -2/+5 | |
| | | ||||||
| * | docs(ansible): fix install link and switch to npm (#1682) | Matthew Toohey | 2022-01-24 | 1 | -2/+3 | |
| | | ||||||
| * | feat: add awk-language-server (#1665) | lilibyte | 2022-01-23 | 1 | -0/+22 | |
| | | ||||||
| * | fix: do not index nil config.filestypes in try_add (#1673) | kyoh86 | 2022-01-22 | 1 | -4/+8 | |
| | | ||||||
