Ecosyste.ms: OpenCollective

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

Emacs Language Server Protocol Client

Emacs client for language server protocol (LSP)
Collective - Host: opensource - https://opencollective.com/emacs-lsp - Website: https://emacs-lsp.github.io/lsp-mode - Code: https://github.com/emacs-lsp/lsp-mode

Handle missing image for headerline

github.com/emacs-lsp/lsp-mode - 77667f20fc30c20731d9b993477cf3bf637a7b33 authored over 4 years ago
execute-command: add some default handlers for editor commands (#2128)

github.com/emacs-lsp/lsp-mode - bced375a3252e2f43c4a3ae76ff00735cada4a86 authored over 4 years ago
lsp-completion: Running command after insert selected candidate (#2123)

github.com/emacs-lsp/lsp-mode - b4e8a1c864f5a450f11bb778882b0b251072474c authored over 4 years ago
Add windows tests CI (#2124)

* Add windows tests CI

* Fix tests and compile for windows

* Use windows-bootstrap.el

github.com/emacs-lsp/lsp-mode - 4ccda0e643c0c73a49d7db23059f761862a3bfe4 authored over 4 years ago
Fix links in README (#2122)

github.com/emacs-lsp/lsp-mode - 1185a48556dd2123a44d485104b5a47a177eeb1f authored over 4 years ago
Fix lens invocation

github.com/emacs-lsp/lsp-mode - 9643c2365f888182cfa4089f24fe2340a6502f39 authored over 4 years ago
Add lsp-jedi (#2121)

github.com/emacs-lsp/lsp-mode - 39bdef57be3dc1cbb7b07a5becd07fab4df0e1db authored over 4 years ago
Make sure flycheck-define-generic-checker is called only once (#2119)

- fixes #2117

github.com/emacs-lsp/lsp-mode - 051f4196eadb92ad2467dd83b3dcb57807d17966 authored over 4 years ago
Use point hand for lenses

github.com/emacs-lsp/lsp-mode - 743c048f5edcba5c8f9437e70d89c4eb457ec86c authored over 4 years ago
fix(eslint): only check for location when first command is node (#2116)

* fix(eslint): only check for location when first command is node

* suggestions

* "clear" ...

github.com/emacs-lsp/lsp-mode - a28f18d81e956f753bc994a76779bf5356bfde6f authored over 4 years ago
Associate cperl-mode with perl language id (#2113)

Co-authored-by: Ivan Yonchovski <[email protected]>

github.com/emacs-lsp/lsp-mode - 9e692903e70cc3dc662da732e20ce0ec9a987fe9 authored over 4 years ago
Fix lsp-clients--clangd-command when there is no clangd (#2114)

- without this the command will be set to `("" "-10" "-9" "-8" "-7" "-6")` which
then breaks th...

github.com/emacs-lsp/lsp-mode - 7cfe5ee65ac2354bf02ea3cc613417d1ad5c2417 authored over 4 years ago
Add Nix support

github.com/emacs-lsp/lsp-mode - 87033228302d8319e1cb68ce7a704f18b6e1beb0 authored over 4 years ago
Add lsp-pyright to lsp-start-plain.el

github.com/emacs-lsp/lsp-mode - 6c19a21faa0f08528542088000263936aa6ebe2e authored over 4 years ago
Fallback default-directory when project and projectile return nil (#2112)

github.com/emacs-lsp/lsp-mode - 6fb2fd969008eb4f8ef3ffe007eb241861b3dd13 authored over 4 years ago
Move clients to folder (#2109)

* Move lsp clients to clients folder

* Add clients to compile and tests

* Use emacs 27.1 o...

github.com/emacs-lsp/lsp-mode - 3a59fc1d7fd6f2635caa4ebc1dbbf154bd17a718 authored over 4 years ago
Add configuration settings for elixir-ls (#2107)

* Add configuration settings for elixir-ls

reference https://github.com/elixir-lsp/vscode-eli...

github.com/emacs-lsp/lsp-mode - d2d02f1a33a0875cf996f7e47a8b3377ccece6e1 authored over 4 years ago
Add lsp-jedi to docs (#2110)

github.com/emacs-lsp/lsp-mode - 36f2f1d537c67ac4abb94e5a66c1b177f4599ed9 authored over 4 years ago
Recommend Ivan's suggested update procedure for users of package.el (#2093)

github.com/emacs-lsp/lsp-mode - ee7a57eaaaabe6d834ffe55e110648f553909900 authored over 4 years ago
[folding] Remove orig-folding-range property from `lsp--folding-range' (#2096)

github.com/emacs-lsp/lsp-mode - c75879d0de09142da354775cc3a9670fef3e91dc authored over 4 years ago
Be more detailed in missing server registration error (#2108)

github.com/emacs-lsp/lsp-mode - 6a0f5569f2da99e93d74f27faa4a51653a1d54c2 authored over 4 years ago
Created helper for going to location (#2105)

- it can be used on a lot of places

github.com/emacs-lsp/lsp-mode - ada99e47027d7d9c512c9f1a16b1865237fe45ee authored over 4 years ago
lsp-completion-filter: allow to customize initial sort or not (#2106)

github.com/emacs-lsp/lsp-mode - 3bd75f7388dd0229f87415caccc2bf791c93e9ef authored over 4 years ago
Enable completion-in-comments for gopls. (#2104)

gopls now supports useful completions in comments on master (see
https://golang.org/cl/249639)....

github.com/emacs-lsp/lsp-mode - d2a5b0c65ddea5efa46a87851c454dc92acef47d authored over 4 years ago
Sort xref items. (#2102)

Sort xref items by file name, then by line number, then by column.
Some servers such as gopls r...

github.com/emacs-lsp/lsp-mode - d40550d81490ffba9cb17d70fe48de3326a453ca authored over 4 years ago
Fix not a number or marker error (#2101)

* Fix not number or marker error

* optimizations

github.com/emacs-lsp/lsp-mode - de8c5d045287c22e5c5edd8d3b818958b71fde50 authored over 4 years ago
Make lsp-diagnostics-flycheck-enable public again.

github.com/emacs-lsp/lsp-mode - 60966af6b95bc7a718d7b3aaa3b44d4e14c7f8b8 authored over 4 years ago
Support runtime selection of yaml schema (#2095)

- Runtime selection of yaml schemas is offered with helm make it
easier to select proper sche...

github.com/emacs-lsp/lsp-mode - 9873e19706b82a821cbb9c69c2fd64c0d0d63050 authored over 4 years ago
Add server-info command to lsp-clojure

github.com/emacs-lsp/lsp-mode - 4145a70ce1d4bfb2463606ba34c5965080b080d9 authored over 4 years ago
auto-install: support dockerfile, intelephense, vetur, vim, yaml (#2098)

github.com/emacs-lsp/lsp-mode - 6a4f5cfdb6aded1f41b26249e6eca0e03bc4022c authored over 4 years ago
Revert "Add Nix support (#2092)" (#2097)

This reverts commit efd8c6e52ad3288907f278a711d6bec1add1aa74.

github.com/emacs-lsp/lsp-mode - 21879821a36210397f44f1afb959d65eb3b16fd6 authored over 4 years ago
Add Nix support (#2092)

Co-authored-by: Seong Yong-ju <[email protected]>

github.com/emacs-lsp/lsp-mode - efd8c6e52ad3288907f278a711d6bec1add1aa74 authored over 4 years ago
remove lsp-clients.el and its references (#2084)

github.com/emacs-lsp/lsp-mode - b9b0f349c655cc388cf1e817d71e9b9668ff0b8b authored over 4 years ago
add lsp-clangd.el (#2083)

* Add lsp-clangd.el

* Add lsp-clangd to lsp-client-packages

* update json information

*...

github.com/emacs-lsp/lsp-mode - 7f971b1a14c58bb1de5638f4d1d783d744438da1 authored over 4 years ago
[lsp-lua] fix invalid executable testing for emmy-lua client (#2094)

Hi,
The lsp-emmy-lua is breaked for the invalid execuable testing function.

github.com/emacs-lsp/lsp-mode - cf31ca401cf60aa63f58f8119006b0ba6b2a90f9 authored over 4 years ago
Add lsp-ocaml.el (#2077)

* Add lsp-ocaml.el

* Add lsp-ocaml to lsp-client-packages

* update installation-url

github.com/emacs-lsp/lsp-mode - 7904b838732591a8b2be550e139debb16bd46230 authored over 4 years ago
JavaScript and TypeScript clients to lsp-javascript.el (#2052)

* JavaScript and TypeScript clients to lsp-javascript.el

* add lsp-javascript dependency

*...

github.com/emacs-lsp/lsp-mode - 99925f049f4b822cebf2a8915eb93a8cdff00fa2 authored over 4 years ago
Add lsp-tex.el (#2073)

* Add lsp-tex.el

* add lsp-tex to lsp-client-packages

github.com/emacs-lsp/lsp-mode - 50746a8e279c40b134f1a1aeb9f9a69943d37c9d authored over 4 years ago
Add more commits to .git-blame-ignore-revs (#2091)

* Add more commits to .git-blame-ignore-revs

* Add .dir-locals-2.el to .gitignore

* Use `g...

github.com/emacs-lsp/lsp-mode - 64d831e075c3cb3e711993ce0098eab3b5b98122 authored over 4 years ago
Add lsp-purescript.el (#2071)

* Add lsp-purescript.el

* Add lsp-purescript to lsp-client-packages

* add installation-url...

github.com/emacs-lsp/lsp-mode - 2feceabfe87bcde41a5fb4baf53ba21b323506aa authored over 4 years ago
Fix `lsp--document-highlight' (#2090)

github.com/emacs-lsp/lsp-mode - bb9e9e629f58e90778a84820645c2efd0405197a authored over 4 years ago
Add lsp-elixir.el (#2070)

* Add lsp-elixir.el

* Add lsp-elixir to lsp-client-packages

* update installation-url link

github.com/emacs-lsp/lsp-mode - 00155a3e4b4db2e4409841081fa877ae09882d4a authored over 4 years ago
Add lsp-hack.el (#2069)

* Add lsp-hack.el

* add lsp-hack to lsp-client-packages

github.com/emacs-lsp/lsp-mode - de1571a3aedae899c409c6a6c80506b48bd6daea authored over 4 years ago
Add lsp-fortran.el (#2068)

* Add lsp-fortran.el

* add lsp-fortran to lsp-client-packages

github.com/emacs-lsp/lsp-mode - 1d11da05afb6386a4a078605c916daf5dccffa8f authored over 4 years ago
Lsp kotlin.el (#2063)

* Move kotlin to lsp-kotlin.el file

* installation-url: point to #build section of README

...

github.com/emacs-lsp/lsp-mode - 147079545538e51c0cbde3d698cd4e151c8068fa authored over 4 years ago
Lsp groovy.el (#2062)

* Move groovy to lsp-groovy.el file

* Add lsp-groovy to lsp-client-packages

* installation...

github.com/emacs-lsp/lsp-mode - 61528edbaeb38e8682727877990dcee0e0fc9ab2 authored over 4 years ago
PHP clients to lsp-php.el (#2058)

github.com/emacs-lsp/lsp-mode - 619d1c572c5fe250368ec56cfd59130d98cf4853 authored over 4 years ago
[docs] fix installation-url spacing

github.com/emacs-lsp/lsp-mode - 4f2a02101b0c4524b57bdb01202839533f3c7405 authored over 4 years ago
Nim clients to lsp-nim.el (#2057)

* Nim clients to lsp-nim.el

* remove left crystal references

github.com/emacs-lsp/lsp-mode - fbf5d171eae143c0a6e629df74c31c70dfefb64f authored over 4 years ago
fixup! Allow querying for highlights when point is on an active highlight. (#2089)

github.com/emacs-lsp/lsp-mode - 0b37a7a7548731d163173693216094a31ea4cfa1 authored over 4 years ago
Allow querying for highlights when point is on an active highlight. (#1647)

This allows for highlightable elements nested within lower-priority
highlightable elements to b...

github.com/emacs-lsp/lsp-mode - 0a4668b00a866599078a23c74d0bc343a98390b7 authored over 4 years ago
VimScript client to lsp-vimscript.el (#2055)

* VimScript client to lsp-vimscript.el

* trimming up vacuous space

* add :version

* add...

github.com/emacs-lsp/lsp-mode - 91656fa90d5edb65d5e4b8e19274eae412f36ba0 authored over 4 years ago
fixup! [infra] Add indentation commit to .git-blame-ignore-revs (#2087)

github.com/emacs-lsp/lsp-mode - f9e2f51c2cb65709ac2f0d3cc57ef3ffa3a04952 authored over 4 years ago
[docs] Fix when server has installation and installation-url

github.com/emacs-lsp/lsp-mode - 50c0564ebfab474470f29f4ac444f3ecec0644cf authored over 4 years ago
Angular client to lsp-angular.el (#2054)

github.com/emacs-lsp/lsp-mode - 027421fd696d8b7a69f4049b868670af3b6844ef authored over 4 years ago
[infra] Add indentation commit to .git-blame-ignore-revs

github.com/emacs-lsp/lsp-mode - 4468d4f557ed100f7ba7e3b58d4c08bd76fb4635 authored over 4 years ago
Reindent `lsp-mode' using new indentation function

github.com/emacs-lsp/lsp-mode - 48e53d1f4c9558fd88a4ea66bb40312c6558b01b authored over 4 years ago
[infra] Use Emacs 28's redefined `calculate-lisp-indent' as a wrapper

github.com/emacs-lsp/lsp-mode - 9b21b6798a65909802131e4dec1ee15147535fa2 authored over 4 years ago
Filter textDocument/didChangeWatchedFiles events according to kind (#2085)

github.com/emacs-lsp/lsp-mode - 1d900ff5bdddff39aa5f72902b5bf5913df1a9f4 authored over 4 years ago
before-change-functions must save match data. (#2082)

github.com/emacs-lsp/lsp-mode - 70551a71b5d3f98c0b4d4b113107db9029617caa authored over 4 years ago
Add lsp-cmake.el (#2078)

* Add lsp-cmake.el

* update installation-url

* Add lsp-cmake to lsp-client-packages

github.com/emacs-lsp/lsp-mode - cf7392b962fbf8c7fb691c41009dde4471cb06b7 authored over 4 years ago
add lsp-rf.el (#2079)

* Add lsp-rf.el

* Add lsp-rf information to lsp-clients.json

* Add lsp-rf to lsp-client-pa...

github.com/emacs-lsp/lsp-mode - 9ba7bfc621bdaa0ecc460cd1baa83a2445cc8f26 authored over 4 years ago
Declare project-root functions, and ignore warnings (#2043)

github.com/emacs-lsp/lsp-mode - cc6e5eef5648b99446d97db8cea6711aed516fc1 authored over 4 years ago
Add custom document for lsp-pyright. (#2074)

github.com/emacs-lsp/lsp-mode - 642e38223d78bb03d28edf52fdd7e84177616fbf authored over 4 years ago
R clients to lsp-r.el (#2064)

* Move R client to lsp-r.el file

* add installation-url

* add lsp-r to lsp-client-packages

github.com/emacs-lsp/lsp-mode - bfa5f0b17f257fd319b048e41a447d8470acbd61 authored over 4 years ago
lsp-clients--clangd-command: fix path so Windows also work in default conf (#2072)

github.com/emacs-lsp/lsp-mode - 2832879a2c872064ed7d0405dae861680b7e7e3e authored over 4 years ago
Dhall clients to lsp-dhall.el (#2066)

* Move Dhall to lsp-dhall.el file

* add lsp-dhall to lsp-client-packages

* remove commenta...

github.com/emacs-lsp/lsp-mode - bf6cceb70847076005d645b2a56bbd6f50898856 authored over 4 years ago
Ada client to lsp-ada.el file (#2050)

* Ada client to lsp-ada.el file

* keep old variables name.

* Remove comment

Co-authored...

github.com/emacs-lsp/lsp-mode - 720ec4f3334b4fba61db0cdc331fb9630095a66e authored over 4 years ago
Bash client to lsp-bash.el (#2051)

* Bash client to lsp-bash.el

* revert server-id to bash-ls

github.com/emacs-lsp/lsp-mode - ece8e4d6b8637cd0da54dbdde320883d194580f2 authored over 4 years ago
Use buffer-file-name function instead of buffer-file-name variable (#2047)

Fixes #2042

github.com/emacs-lsp/lsp-mode - a5dcd7c1eb909b2b46b12df26a5459bd3d214a99 authored over 4 years ago
Search for clangd executable in the path with names variations. (#2038)

* lsp-clients.el (lsp-clients--clangd-command) : Use some logic to
search for the clangd execut...

github.com/emacs-lsp/lsp-mode - 945846d802d92703ebddfb52fe4cd0ce06304ab6 authored over 4 years ago
lsp-completion: change internal items format so info will not be dropped (#2059)

github.com/emacs-lsp/lsp-mode - 79f147418f5f7f361c2664bee696c2da481a04ca authored over 4 years ago
Crystal clients to lsp-crystal.el (#2056)

* Crystal clients to lsp-crystal.el

* add keywords and remove unnecessary comment

github.com/emacs-lsp/lsp-mode - 746643c2fcbb9e289969eed1ebdaeee2eb1480c0 authored over 4 years ago
Better cleanup on shutdown/restart (#2045)

Fixes #2031

github.com/emacs-lsp/lsp-mode - 598ec39766bc5d728a601db3c1b4b195b9f866b1 authored over 4 years ago
Dockerfile client to lsp-dockerfile.el (#2053)

github.com/emacs-lsp/lsp-mode - f6317d74c54b0ee4ba4d1743f798ba595e07be78 authored over 4 years ago
Avoid using executable-find for binary defaults

Fixes #2046

github.com/emacs-lsp/lsp-mode - 82695f9db392322aba8f5d04014b03f4a261db9c authored over 4 years ago
Port VSCode's glob-to-regexp conversion (#2025)

* Port VSCode's glob-to-regexp code

* Use lsp-glob-to-regexp instead of eshell-glob-regexp

...

github.com/emacs-lsp/lsp-mode - a2896d5b33b98722549e1b530f76843cb87472e5 authored over 4 years ago
change lsp-lens--refresh to lsp-lens-refresh (#2041)

github.com/emacs-lsp/lsp-mode - c4daa529a1bbaffb4e73a33851ed70ce509baa01 authored over 4 years ago
Add Lua Language Server, Lua-Lsp and update EmmyLua (#2028)

github.com/emacs-lsp/lsp-mode - 0262e43fcb20060d2b2ade245cea279af97bbf9c authored over 4 years ago
[docs] Add file watcher to performance section (#2034)

* [docs] Add file watcher to performance section

* Mention server support

github.com/emacs-lsp/lsp-mode - dc09fe0b94194e360272653768cf8ff3438346f8 authored over 4 years ago
Add Svelte support (#2035)

github.com/emacs-lsp/lsp-mode - 9ef743c1ef6d7c37d2a1ee56d8d8cec5d6c615a5 authored over 4 years ago
Filter symbols by kind before being used to create imenu index (#2013)

* Filter symbols by kind before being used to create imenu index

* use lsp/symbol-kind-lookup...

github.com/emacs-lsp/lsp-mode - efe4847e9c7710b24f8ab9158ecc2c275bede356 authored over 4 years ago
Fix company-backends validation on lsp-diagnose and safe rename to lsp-doctor (#2023)

* Fix company validation and safe rename to lsp-doctor

* [docs] Change lsp-diagnose references

github.com/emacs-lsp/lsp-mode - 8b7cc83472bb9df8bce2d55ec37afe3c7ddc6be2 authored over 4 years ago
Create lookups for all enums (#2014)

github.com/emacs-lsp/lsp-mode - e70a3df6b879538d79fe496a41ace1a595b68015 authored over 4 years ago
Support nested paths for workspace/configuration (#2015)

* Support nested paths for workspace/configuration

* Added test and fix fetching paths that a...

github.com/emacs-lsp/lsp-mode - e89da11ae1e9206f0c7987902d9191c3f33b01a1 authored over 4 years ago
Faces for rust-analyzer inlay hints (#2005)

* Make lsp-rust-analyzer-inlay-face an actual user-customizable face

* Faces and customizatio...

github.com/emacs-lsp/lsp-mode - e726aabed6e75a73bc51e3dfa6f4bc2bc8e3f714 authored over 4 years ago
Fix lsp-go-build-flags variable #2020 (#2021)

github.com/emacs-lsp/lsp-mode - 175a43fb6332a70de5197a54d7cf31a15e30e8c5 authored over 4 years ago
Remove go-langserver and bingo support, as they're deprecated. (#1422)

* Remove go-langserver and bingo support, as they're deprecated.

* Use the language id for Go...

github.com/emacs-lsp/lsp-mode - 248da66dc08571e513b01d164a2871e83d3f029e authored over 4 years ago
[diagnostics] Require flycheck (#2019)

github.com/emacs-lsp/lsp-mode - 7c40b8c94b060e88d58db98fe56488736091b631 authored over 4 years ago
Fix quotation (#2017)

github.com/emacs-lsp/lsp-mode - 875f99fe18292dd6047ece3b62e85b196e1c9c22 authored over 4 years ago
Use widget for lsp-string-vector (#2012)

* Use widget for lsp-string-vector

* privatize names and bump obsolete version

* Put packa...

github.com/emacs-lsp/lsp-mode - 0a8313a386dac2f60859dff2fd714ce2d4d658e1 authored over 4 years ago
Dedup workspace folders upon initialize (#2016)

github.com/emacs-lsp/lsp-mode - d31f591fde3f17c573c0b1957761c5441360f1a7 authored over 4 years ago
Custom modeline code actions (#1997)

* Add lsp-modeline-code-actions-segments

* [docs] add lsp-modeline-code-cations-segments

*...

github.com/emacs-lsp/lsp-mode - a8848b0e8292d69b745251d746b9492eb4e4c22f authored over 4 years ago
Rework signature (#1998)

- use post-command-hook instead of lsp-idle-hook
- change the rendering so it can be displayed ...

github.com/emacs-lsp/lsp-mode - 2c8b57b2e41137979545030be492e5a53fe405e5 authored over 4 years ago
lsp--apply-text-edit: should filter CR before insert (#2011)

github.com/emacs-lsp/lsp-mode - 67e75a49012ece5653cf339331d446686ccb423b authored over 4 years ago
Fix lsp-disabled-clients type mismatch (#2007)

github.com/emacs-lsp/lsp-mode - ef50aa7b0dea8fc69325db385bb180607bfcfafa authored over 4 years ago
[infra] Add a .git-blame-ignore-revs file (#2006)

Git 2.23 added the blame.ignoreRevsFile option. After running the
configuration command once, `...

github.com/emacs-lsp/lsp-mode - edb81194f0974643861a24d1bbc386dd53554748 authored over 4 years ago
Make sure that image is not nil before accessing it

github.com/emacs-lsp/lsp-mode - 538c29fe9160e429c7a88a5a0c9f6fe8c7daa9dc authored over 4 years ago
Add missing autoloads for deprecated variables (#2001)

github.com/emacs-lsp/lsp-mode - 28fae912251ad4847b697a49c13d582353a6d073 authored over 4 years ago