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

feat: add gotmpl to gopls filetypes (#1619)

gopls introduced support for template files, see: https://github.com/golang/tools/blob/master/g...

caee8c5d15819a4c2e27314e4a3a894c1a3b118f authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

dc4ea505cabcdec93b3c60dd85cb1ad57477dc92 authored about 3 years ago
fix(denols): add package_json (#1611)

1c7630ca4953412ae9a700747090a42c8d62cbd3 authored about 3 years ago
fix: use forward delineated paths in leanlsps (#1610)

1aa05163361331e881c6130781c01d93b63f9232 authored about 3 years ago
fix: properly handle sanitizing bufname in .launch() (#1608)

5b8bea1b7177d7ced74bb0fd501cbe682f13b370 authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

65f55154b4f3fe9f932881fd846e663e6e0ac30b authored about 3 years ago
feat: add verible configuration (#1605)

eae2dc441adaf2757d7d7c9c19d4a2b389545ef3 authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

2b2ff8f860a9834643d257df64e32b8dabb948cc authored about 3 years ago
feat(remark): add remark-language-server (#1606)

96c91058f3e5091d4cc438b9b9d5fb780ec6c310 authored about 3 years ago
docs: fix URLS to example configurations (#1604)

45b9e4c068f178ae83194492b1d3daa4c5d48e9e authored about 3 years ago
fix: attach to buffer when manually launching in single file mode (#1599)

428f785c55996ac336534d299daac9209dd96e79 authored about 3 years ago
fix: only attempt to attach to valid bufnames (#1598)

* Check that a bufname begins with a filesystem root specifier such as a drive letter (Windows) ...

abb3706974ca0b5086110d8f1b0e90daebff758f authored about 3 years ago
fix: do not attach server to buffers with nil or missing name (#1597)

bbba0ccbf8aef4dd36d4ed7fa49518387285534d authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

b8ec1c50474af5eef45246f8324510a28db39bb0 authored about 3 years ago
fix: internally use forward delineated paths cross-platform (#1593)

* Escape paths used to autocommands
* Always normalize windows path to forward slash for intern...

bba61ed96829c9088244ed1e83f10de1b0a01f7f authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

f84f592816a6b0c55e2a655b56c480683ad92c63 authored about 3 years ago
chore: fix blanklines in efm.lua (#1592)

7295a2a7fd675017903ed2a7600aa3a442b1a40c authored about 3 years ago
fix: only stop/restart managed clients on :LspStop/:LspRestart (#1591)

6c94309c999bccade9d86b6ad3ac60b86d8a94c9 authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

c018b1e92e66b3429a2f167d59211846774f1e3b authored about 3 years ago
feat(efm): re-enable single file support

49280932586ef86d3fa094dd7cfb1b5003cf48aa authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

6008e7e2ce3195aa4ef710d7bce98be7751c63d2 authored about 3 years ago
feat: add grammarly support (#1562)

fcd5fbe291c3b5f2708cae7a941239844648d7e7 authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

0f72e5468e510429d5f14b73c93fb528ead1fdaa authored about 3 years ago
Merge pull request #1583 from nathanielc/rename-flux-lsp

e2d5772609d0873be6785fde9c389c937acac263 authored about 3 years ago
fix: add single_file_support to flux_lsp

5426fabcaa7ea8966fe15601e66473ee4b6c3c6a authored about 3 years ago
fix: rename flux-lsp to flux_lsp

Using flux-lsp as the name of the config made it more difficult than
needed to install the confi...

abdb9f3acdc869a62e7964d6ac7fc4cdc5502388 authored about 3 years ago
fix: remove dependency on deprecated close_preview_autocommand (#1575)

64bd3b95345f2dbedc83a3d9a472662c48b3e940 authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

aa95809aa5a518c5979df7ebfcfb63a2528ea4ad authored about 3 years ago
fix(codeqlls): remove single_file_support (#1577)

* codeqlls crashes with a null-pointer exception if NULL is passed as root directory
* disable ...

4e8707db0f84e04a78c45d09bd2c85c6ff271d44 authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

193a799861960c2505dceea4077da589ee954380 authored about 3 years ago
feat(emmet_ls): enable single_file_support (#1573)

35442327faaabc6ce0f84dd299734ba3410fe1be authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

dd15974986619b1f3143a9e666e36f41763ccdb4 authored about 3 years ago
feat: add cssmodules_ls (#1568)

82514b01501460dc164abc3345c08e0172961a9a authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

885edee6fe09e387348859a0ecb67873297d0432 authored about 3 years ago
fix(erlang_ls): use correct cmd on non-windows systems

7f7503f1f579181b5749877ff0366e267adafef8 authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

efd3d5b6d995a4b44192fd363046868ba5064e89 authored about 3 years ago
fix: update erlangls cmd for win32 (#1566)

be68c554967fabb51b5ecad2175b4d3e8da34c19 authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

c37bf4a2e87df0da5895402b01b427442e0633ff authored about 3 years ago
fix(ccls): delete invalid root directory pattern (#1565)

ccls does not support compile_flags.txt

see: https://github.com/MaskRay/ccls/wiki/FAQ#does-c...

bcce895706c7342d4b50bc50f7e69f1a37160f08 authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

2293320aa824e25327c5a10675ae091d1ff83fbc authored about 3 years ago
fix(solargraph): restore correct cmd (#1560)

aa8b524f375c2320fb9f93494b25638108ddb3ff authored about 3 years ago
chore: format with stylua (#1557)

e6d95863a336b7e52c92b38c62aa60b469254d14 authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

1843c5fd9ae53ef3ffe3e67fc073fd870809b016 authored about 3 years ago
feat(ltex): enable single_file_support (#1556)

64855a622952ab9d56ccb2165705e9448f63c293 authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

9e18d297f8deb90a398460a62c7c551f9e0b834c authored about 3 years ago
fix(lean3ls): use utf-32 offset encoding (#1465)

453390dff336b72b6b5c97b0b6ee5ff334ced26a authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

66b8702ffc3f6be6f317bee0a022a79cab14b09d authored about 3 years ago
feat: add solidity_ls solidity language server (#1552)

Co-authored-by: edag94 <[email protected]>

429dce5f2c0a8b3bdf88b3ed6f94315ea3fc7d9a authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

9ad579f3289dfe793792cea0dc2f84ff3ff43869 authored about 3 years ago
Merge pull request #1522 from kylo252/win-compat

026ab6bd54075cc8e095f9040f7912ffb708864d authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

8b06f6fcd22eb1ff37f66146c37f3017a9c7f867 authored about 3 years ago
fix: add missing cmds for lemminx and sqls (#1551)

ce999f315fd540ca27d328fd47b8b4fddc4af08d authored about 3 years ago
fix(spectral): add more root_dirs (#1550)

c9b7c74b8715c8595964705ce19e77468cff544e authored about 3 years ago
chore(docs): add a section about windows shims

eee8240ec63f527a47e886915a7e5444230a663a authored about 3 years ago
fix(npm): resolve the command correctly on windows

a2719a8723e503f1be89d9b1c334846de405eb23 authored about 3 years ago
chore(docs): remove windows notes from readme

68feb21afe53091229a229e62fac205cf6e02d2d authored about 3 years ago
chore: fix missing [lspconfig] prefix for vim.notify (#1546)

22b21bc000a8320675ea10f4f50f1bbd48d09ff2 authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

6fd5b01a6c92c15bb6614f8de67b3b9b55eb07fb authored about 3 years ago
fix(graphql): add typescriptreact, javascriptreact filetypes (#1544)

de1fad88c2f9016701bdfd823e4ecaab7487a54c authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

40c2c124e1fca4d5f66002335f0fba17d48741b4 authored about 3 years ago
feat(quick-lint-js): enable single-file-support (#1541)

a21aadbea08fb0c2eca3955e108e80b272f1cfb0 authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

9f63725751343e11578cfa88461005658a03ffdf authored about 3 years ago
docs(lua): simplify cmd documentation (#1539)

`lua-language-server` can now be started with a simple call to the
eponymous binary. assume tha...

367f490ac56b4aa794196fd786d7cd0b324b4256 authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

7686b1877d094f6bbbddd1dd3c2feadbb6032e22 authored about 3 years ago
docs(lua): clarify sumneko `cmd` setting

c3b735b36144439f0ce906b0155bb25597e95d90 authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

fe9f2a5c45df35d9d1ea9688b9c805a74ac5254d authored about 3 years ago
feat: add quick-lint-js (#1533)

272f3bebfff65fe884fca6a54f26b725638cd5f2 authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

3926f9c0d365288f099c72f757311cfefa237413 authored about 3 years ago
docs: update lua-language-server instructions (#1537)

passing `-E main.lua` is no longer required on the latest version (2.5.0) of `lua-language-server`

4681bd1b8a1a94b1379f341bfa64b4b14d91fe83 authored about 3 years ago
docs: add selene to the list of required linters (#1536)

Also add a link to each linters repository.

4cc2a087e2741f02bc7b27a2090f29a30edccf38 authored about 3 years ago
docs: replace mention of deprecated APIs (#1532)

382712c4ecba5816f398379dd9d8c8200b025ca3 authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

80e101e7ec12835737f35452f07a94d9cc2e690d authored about 3 years ago
chore!: remove compat shims for pre-0.5.1 handlers (#1530)

4edd1a7a51a9d7298706501066ead7e2c2703285 authored about 3 years ago
fix(eslint): openDoc function on Linux (#1529)

Now the `open` command is used to execute eslint's `openDoc` function,
but `xdg-open` is the de...

f2c2d5e889da602518404604da3c7116347a3f3e authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

5b8624c1bcd332e9fd7ae33a2ca910adb31a7ae7 authored about 3 years ago
docs(jsonls): remove formatting workaround

* jsonls supports formatting requests now beyond range formatting

8c523ffaf490b6e4b876d217683fb0c69b84df84 authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

2f3261870e5f00e3ce16029d5ce873ef356676cd authored about 3 years ago
fix(jsonls): add windows executable support (#1521)

Co-authored-by: Ilham Agustiawan <[email protected]>

88914a0863b2f4f8e90ad10e896da3cc63bf4c88 authored about 3 years ago
docs: update minimum requirements to nvim-0.6

While not strictly required, compatibility guarantees are only provided
for the latest release...

622b155fb608d5366658de12a08b3050f5ca5772 authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

4569e14e59bed1d18a91db76fe3261628f60e3f0 authored about 3 years ago
fix(fsautocomplete): changed cmd to executable of newest version (#1518)

54f3afed2fc03e06caba3b9b38dddb16e2416441 authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

77519c53400a8ffb9a775e0a688946f58be56f6b authored about 3 years ago
fix(help): workaround plugin/users overwritting tags (#1512)

Most plugin managers run :helptags in the plugin, which silently
overwrites the existing doc/ta...

cea6e0b0f6c7daf671b478bd58571768d0385711 authored about 3 years ago
chore: use client.request instead of buf_request (#1503)

* Use client.request directly instead of vim.lsp.buf_request to call methods
that are outside t...

8436a197cc76f33fc2dc26145272c66cf5ee193d authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

760d1c747770baed2dc00200682a81e261d25679 authored about 3 years ago
feat: add golangci-lint-languageserver support (#1511)

3ab8cdd6fe65e7b1614aaef364680b1cdf0c7c63 authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

737c780fe173f33540a76035d294077f25002e30 authored about 3 years ago
fix(eslint): default to location mode for workingDirectory (#1506)

* location mode uses the workspace folder location or
the file location (if no workspace fold...

8131cf46f844adeb006a9075200f70062ec382e9 authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

186f5f032c3bd36ee938c6ec59dd1f71481007a3 authored about 3 years ago
fix(tailwindcss): add default classAttributes (#1505)

Fixes neovim/nvim-lspconfig#1504

Adds the following default classAttributes to settings:
- `...

f9f6987bdd3e5d2158cd35a48b0be944accf0548 authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

d9aa848da3905e0f8153e546d7b630d3d13e0435 authored about 3 years ago
fix(yamlls): add yaml.docker-compose to filetypes (#1501)

3c720eac3d89c7b280ae30118a814fb16ee435ba authored about 3 years ago
chore: prefix all vim.notify message with [lspconfig] (#1496)

d0263c11e53086242eea72cb76db9fecc6fbc449 authored about 3 years ago
docs: update adding a new server example (#1499)

bbc5405169005a17e7b8522854f68416f0767208 authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

6e706d6df5f9fa91cdc13d8f2f0daab442f1a715 authored about 3 years ago
docs: make |lspconfig-server-configurations| jump to the markdown file (#1497)

* generating the tags at docgen and modifying the
|lspconfig-server-configurations|
tag allows...

d52e45acf9a55b025ce9c0161b922a814b65b631 authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

b53f89c16bcc8052aa56d3a903fcad3aaa774041 authored about 3 years ago
docs(bicep): document required filetype autocommand (#1493)

Co-authored-by: Johan Håkansson <[email protected]>

6269429c6565916db458fbf6920a0d3a5c6ddeea authored about 3 years ago
fix(eslint): match opts to sync request (#1492)

Co-authored-by: Eloy Toro <[email protected]>

41e33a38360d0d47c8ad6a7e8fea529c15bf221f authored about 3 years ago
docs: update server_configurations.md

skip-checks: true

257d03f3b164e20b26ca80a816ca928d54e56b2a authored about 3 years ago