Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/neovim/nvim-lspconfig

Quickstart configs for Nvim LSP
https://github.com/neovim/nvim-lspconfig

docs: update server_configurations.md

skip-checks: true

0f06f7ba286efd4ae187abd3391f1574580ff929 authored over 2 years ago
fix(fortls): update server and default cmd args (#1904)

6c8aa03757bdfe52c5ec72ef73a1aaf3f32f93c9 authored over 2 years ago
docs: update server_configurations.md

skip-checks: true

381277f481be7c33e8ebcc6872e6d161d6aebcf5 authored over 2 years ago
fix(dartls): use a more concise command (#1906)

Dart supports a much simpler way of invoking the language server:
`dart language-server`. See
...

a72644295228b9213cc9a62fdf3c5e1d20d01d18 authored over 2 years ago
fix(jsonnet_ls): merge cmd_env instead of ovdrriding it entirely #1559

9ff2a06cebd4c8c3af5259d713959ab310125bec authored over 2 years ago
docs: update server_configurations.md

skip-checks: true

ce8a4d88f0ed1eed43369e90e024a7599490342a authored over 2 years ago
Merge pull request #1893 from williamboman/fix/glint-project-root

fix(glint): detect project dir inside `on_new_config` hook rather than at module import

4f8d9de3e62aebe4154f8119db6e9ef42cf00a18 authored over 2 years ago
fix(glint): add more files to root_dir pattern

Sourced from the @glint/config package README[1]

[1]: https://github.com/typed-ember/glint/blob...

77bb3d56d5112f2d8ae26bba8f629698bda0a5cc authored over 2 years ago
fix(glint): detect project dir inside `on_new_config` hook rather than at module import

d42b86ac71063c54c53402e0c7e2ed667cc2f495 authored over 2 years ago
feat: glint-language-server #1890

2f37b2ca07a3f89e7994b3b7f54c997e2cb3400a authored over 2 years ago
feat(configs): use client capabilities by default, deep-extend user-provided capabilities #1889

Previously, vim.lsp.protocol.make_client_capabilities() was used if no
capabilities were specif...

b6d9e427c9fafca5b84a1f429bef4df3ef63244b authored over 2 years ago
docs: update server_configurations.md

skip-checks: true

cf07a3ef217776f4fc231f6fcd91e3a4d28ee6de authored over 2 years ago
ocamllsp: add support for the dune filetype (#1884)

* ocamllsp: add dune as supported language

ocaml-lsp-server-1.11.3 enables 'dune' rpc integra...

cc48a46524c7f80b5e203c1aab58826cdb4e5df1 authored over 2 years ago
docs: update README

21102d5e3b6ffc6929d60418581ac1a29ee9eddd authored over 2 years ago
docs: update readme

* Fix typo

* Update chat room to point to matrix

Co-authored-by: Michael Lingelbach <m.j.l...

86df1c83ec69e5bbcde48de74c440b71a629b2f6 authored over 2 years ago
fix(eslint): add missing root_pattern (#1869)

Even though this file name was removed from the official docs
https://eslint.org/docs/user-guid...

0f51af5cad7ab88f80bcbc8e92d4b1f306fc1d8d authored over 2 years ago
docs(zeta_note): fix quotation mark style (#1867)

044388b0d437c2f266d69231421e99b1598cc39c authored over 2 years ago
docs: update server_configurations.md

skip-checks: true

24edc8eb05eff926b5aca2225e6115f24c1a72d6 authored over 2 years ago
docs(esbonio): fix URL to option docs (#1866)

The option docs have been moved to a new page.

a35da1564ff6d24640217cec254c6f7a84b0cd9c authored over 2 years ago
docs: update server_configurations.md

skip-checks: true

e5e721c513d8dc7db3c1282380642f3746bfc4ed authored over 2 years ago
docs(reason_ls): remove invalid comment regarding cmd (#1864)

286a43379797bc41cb4612a127990aac3c791b40 authored over 2 years ago
docs: update server_configurations.md

skip-checks: true

7b372feb5b2ce193741b346e0deecfe1f42efde7 authored over 2 years ago
fix(zeta_note): add cmd (#1863)

a337961abd6d250119ac637e841d50966d5581c7 authored over 2 years ago
fix(vls): add cmd (#1862)

5afe92ec2f066b2ef301223b6d0cd72ae13865f2 authored over 2 years ago
docs: update server_configurations.md

skip-checks: true

ceb5d0c6a7c0a7abb8e12f803ad3f32de313d140 authored over 2 years ago
fix(ccls): .git as fallback when detecting project root (#1860)

9696d8daf58528edc03dc4472f6b8d4f4f2ab8be authored over 2 years ago
chore: update minimal init.lua to target 0.6.1 (#1858)

db8357abc0c97a5110e7adb6decfe2c13ecd43b4 authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

24a7a145d0812737c5caa4e1716767b0a65890ea authored almost 3 years ago
Revert "fix(ccls): remove .git from root_dir" (#1857)

6b9d3d750ddc9a0a25763dccb4e85bc874f95a04 authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

15a2ecd6ec2e27019b6e963ddfaa2df46a3b6a70 authored almost 3 years ago
Merge pull request #1855 from mracos/patch-2

Add `heex` as filetype to elixirls

b0b111cf2a8cc8dc779e56a2673c6e94cc538a03 authored almost 3 years ago
fix(elixirls): add `heex` filetype

22dfd31f5cc8deb680448dbbbf2a47bf3fb4f7d8 authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

fe69f8b808dc677ba35772a85508a805f53a2dc6 authored almost 3 years ago
Merge pull request #1850 from abgeana/ccls-root-fix

fix(ccls): remove .git from root_dir

6ad2600fb668f6736d0d7b5d902a6fbc9a4cb007 authored almost 3 years ago
fix(ccls): remove .git from root_dir

CCLS does not use .git to identify the root of a project. In addition,
it causes issues with pro...

daee5eeceb5d39c1ccb8a73ff62c62aaba92f362 authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

ad9903c66bac88f344890acb6532f63f1cd4dac3 authored almost 3 years ago
docs: clarify recommendations for lua-language-server (#1845)

9a76c4c50aa8f02f682bc0f649a942fd5c4575fd authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

6300fe92262b1942450edf2652bb2caac6ff0d24 authored almost 3 years ago
feat(vimls): enable neovim support by default (#1844)

a6d494133fc00fc67a5596a44d4ff819133c67c2 authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

29e877919057abf0fcca4de7edde2592ae278a8e authored almost 3 years ago
feat: add steep support (#1842)

Steep is a static type checker for Ruby.

e9290e1265c2bb41484f8ad7ed93ccf70228c6d2 authored almost 3 years ago
docs: update outdated example in contributing (#1843)

31be570201581dd23718722d51021dc55255454c authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

16020a7afe0bcd3119debbb90993d9ee0695c43e authored almost 3 years ago
feat: add astro-ls support (#1841)

07151b8be50130cb3784da727673c0182f73d18f authored almost 3 years ago
fix(clarity_lsp): remove .cmd suffix for Windows (#1835)

99596a8cabb050c6eab2c049e9acde48f42aafa4 authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

fd7843ad04cbc8ee2181bed9c3e83839b0d0b285 authored almost 3 years ago
docs: remove outdated root pattern references (#1828)

b747b20caea209354114f5e2566027df8ddba767 authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

58518810d088cfd8dbd51b4773037c5b437336e2 authored almost 3 years ago
fix(clangd): update root-markers (#1826)

1b4142e9cdd565d29511c20a3d64e7cfa20f2241 authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

2af684181b76bdc26cadb5e7f6e5d1c161fa0d84 authored almost 3 years ago
fix(lua-language-server): update root-markers (#1825)

177a4eb851fc0ff8b65979e5fc39087e1d83b1d2 authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

f183d35725264d6184146eebcef1ba8338ddbc83 authored almost 3 years ago
Merge pull request #1814 from syphar/taplo-update

fix(taplo): update for taplo 0.6.0

7ebf11384c9fc1d8ecbc36545b6a00e3b7e26406 authored almost 3 years ago
fix(taplo): update for taplo 0.6.0

taplo was refactored and taplo-lsp was merge into taplo-cli.

see also https://github.com/tamasf...

f2f7069153ad20075296ba030d9392c8c0d88957 authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

3d1baa811b351078e5711be1a1158e33b074be9e authored almost 3 years ago
Merge pull request #1779 from angusjf/patch-1

Update eslint's `autocmd` example

83f3e5d6d6a66e35760c49b26a33adfab1e551eb authored almost 3 years ago
docs(eslint): update `autocmd` example

b5051b289858b3553735faaf58ccd8e38717313e authored almost 3 years ago
ci: fix new luacheck v0.26.0 errors (#1816)

See https://github.com/lunarmodules/luacheck/releases/tag/v0.26.0

lua/lspconfig/util.lua:...

3c53bf17e5478d44111027ca1a78190edff13445 authored almost 3 years ago
ci: fix new luacheck v0.26.0 errors

See https://github.com/lunarmodules/luacheck/releases/tag/v0.26.0

lua/lspconfig/util.lua:22...

99a374b7655042fdbf82a61ab9923f8997be0c03 authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

7d5a6dc46dd2ebaeb74b573922f289ae33089fe7 authored almost 3 years ago
fix(hoon-language-server): update cmd and docs (#1809)

Remove CMD parameters for which the language server provides defaults.
Make docs simpler.
Remo...

9cd563f52de64795e788111fe41eeccf5bbc5743 authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

63efd6ed156ae578c7e23278ec0a82776802106b authored almost 3 years ago
fix(hoon-language-server): remove example (#1804)

Example of how to use the 'cmd' setting is not needed.
Also the name of the language server in ...

af16ec5e97aaf5f1383c0dc62941e3385e94e1e8 authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

48e59a45b6fddcaadea6e14de0fe92cc4605261f authored almost 3 years ago
feat: add hoon-language-server support (#1802)

Co-authored-by: Matthias Schaub <[email protected]>

b3564c95b4e431219cd382c509c4c5e8f1ccf48e authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

733fe92baafb23cb413300571e31cb1fec962b1a authored almost 3 years ago
docs: remove use of debug module for automatically extracting root pattern (#1799)

9dc02492c4a457479f8a0ec7a65aac1852ff59c0 authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

67a2928daf3b325cbbbdabcc9764239a24976384 authored almost 3 years ago
docs: restore commands (#1798)

9a63d9af8c989b1df757dc781cafe2fda5beeaf0 authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

7631bfa46851878ac5323aa0ad05c7c98792357d authored almost 3 years ago
docs: clean up styling in documentation (#1797)

Make it more obvious not to copy/paste default_config

b603fa61f289a2c510bc421ed9510d103ee298c1 authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

a60aabeae9d26579a10e4f9da1c4fa73385fed5b authored almost 3 years ago
feat: add prosemd-lsp for markdown (#1795)

0e47d84f014dceae08c37f7072329ecbd7d091ce authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

3598f77db0aaec3e0c10690a87d18608330e41d0 authored almost 3 years ago
feat: add mm0 language support (#1787)

This is a theorem prover (https://github.com/digama0/mm0) in some sense
related to the existing...

dc3e1b25a1da2de5461c00b877f7eb2fdd906800 authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

55418c079ff825712d1fbcda55beb2a7cc540012 authored almost 3 years ago
fix(beancount-langserver): add stdio flag to cmd (#1791)

6472ce012f61a7b0674d59b7e0b3f74ba1dff548 authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

710deb04d9f8b73517e1d995a57a1505cbbaac51 authored almost 3 years ago
docs: fix volar.setup parameters in description (#1780)

016f59721a62a4f89727b84785ad3836fc84f46d authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

7ea1afcd82b0f637e2ab28fa12d02c6fac117848 authored almost 3 years ago
docs: update Volar package name in docs (#1776)

The [`@volar/server`](https://github.com/neovim/nvim-lspconfig/pull/1770) NPM package has been r...

e25df578ab2f9e51e3a5c3139e6831838a9c28b4 authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

686a00f1defe0144851aa57000cfffe29dc6b219 authored almost 3 years ago
chore(volar): @volar/server -> @volar/vue-language-server (#1770)

See https://github.com/johnsoncodehk/volar/issues/876

Add new languageFeatures.implementation...

8ed845d6a544bd37903f94e1c256e1bd23ba3836 authored almost 3 years ago
fix(lspstop): make LspStop behave as described in the docs (#1764)

This bug was introduced in #1324.

When calling `:LspStop <args>`, the current code tries to m...

096398a07c2dc08d785266f9f55ddcb462ba0749 authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

858fc0ec1ffa02fc03f0c62d646e8054007c49ad authored almost 3 years ago
docs: add bashls install instructions (#1760)

23de2b4b7642c022846d88791bb3490183e3b996 authored almost 3 years ago
feat: add please support (#1734)

c53f5b03d368d887bd4e1b74a0acd24db5b4172a authored almost 3 years ago
Merge pull request #1761 from neovim/teal-fix-format

style(teal_ls): fix indentation and single quotes

04e4d00674cd0e5505cbaf977cd7988301626f2f authored almost 3 years ago
style(teal_ls): fix indentation and single quotes

737739015f55b8a6af8a9b0482d688bcc94c53cc authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

f15db683da79164c928bb8542ab346f1d26ff1c9 authored almost 3 years ago
feat: add support for sourcery (#1495)

837e273c808d52da7f37438fe983e97cd5e987e5 authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

cf2fc1d5149dc097e8c02c607f0f0c97c5099ae8 authored almost 3 years ago
feat: add teal-language-server support (#1732)

b30e04e4b29ca80ce05ccb87fbb8c3d602a40c5e authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

4c2cc01c6b9463688e3077afe5245db0d9fa8bf7 authored almost 3 years ago
feat: add openscad-language-server (#1757)

2536106b19300d6f9a15452ebc03d20cec0a55a7 authored almost 3 years ago
Merge pull request #1758 from neovim/hhvm-format

style(hhvm): add space inside array

3aab6a73dc190d4d8fc34bad384fbb2450cfb764 authored almost 3 years ago
style(hhvm): add space inside table

a60fee05bd00fe6bba1d22157f17e75ece43be77 authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

b01782a673f52f68762b2f910e97a186c16af01c authored almost 3 years ago
feat: add reason-language-server (#1721)

e67f23e93214340fabf8a48fcdf46ddfec59093b authored almost 3 years ago
docs: update server_configurations.md

skip-checks: true

01107970c3ff1ec88f5efb5286f4ba11fc119922 authored almost 3 years ago