Ecosyste.ms: OpenCollective

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

github.com/emacs-lsp/lsp-mode

Emacs client/library for the Language Server Protocol
https://github.com/emacs-lsp/lsp-mode

Handle missing image for headerline

77667f20fc30c20731d9b993477cf3bf637a7b33 authored over 4 years ago by Ivan Yonchovski <[email protected]>
execute-command: add some default handlers for editor commands (#2128)

bced375a3252e2f43c4a3ae76ff00735cada4a86 authored over 4 years ago by kiennq <[email protected]>
lsp-completion: Running command after insert selected candidate (#2123)

b4e8a1c864f5a450f11bb778882b0b251072474c authored over 4 years ago by kiennq <[email protected]>
Add windows tests CI (#2124)

* Add windows tests CI

* Fix tests and compile for windows

* Use windows-bootstrap.el

4ccda0e643c0c73a49d7db23059f761862a3bfe4 authored over 4 years ago by Eric Dallo <[email protected]>
Fix links in README (#2122)

1185a48556dd2123a44d485104b5a47a177eeb1f authored over 4 years ago by galagora <[email protected]>
Fix lens invocation

9643c2365f888182cfa4089f24fe2340a6502f39 authored over 4 years ago by Ivan Yonchovski <[email protected]>
Add lsp-jedi (#2121)

39bdef57be3dc1cbb7b07a5becd07fab4df0e1db authored over 4 years ago by Jimmy Yuen Ho Wong <[email protected]>
Make sure flycheck-define-generic-checker is called only once (#2119)

- fixes #2117

051f4196eadb92ad2467dd83b3dcb57807d17966 authored over 4 years ago by Ivan Yonchovski <[email protected]>
Use point hand for lenses

743c048f5edcba5c8f9437e70d89c4eb457ec86c authored over 4 years ago by Ivan Yonchovski <[email protected]>
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" ...

a28f18d81e956f753bc994a76779bf5356bfde6f authored over 4 years ago by Daniel Perez Alvarez <[email protected]>
Associate cperl-mode with perl language id (#2113)

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

9e692903e70cc3dc662da732e20ce0ec9a987fe9 authored over 4 years ago by Jussi Timperi <[email protected]>
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...

7cfe5ee65ac2354bf02ea3cc613417d1ad5c2417 authored over 4 years ago by Ivan Yonchovski <[email protected]>
Add Nix support

87033228302d8319e1cb68ce7a704f18b6e1beb0 authored over 4 years ago by Seong Yong-ju <[email protected]>
Add lsp-pyright to lsp-start-plain.el

6c19a21faa0f08528542088000263936aa6ebe2e authored over 4 years ago by Ivan Yonchovski <[email protected]>
Fallback default-directory when project and projectile return nil (#2112)

6fb2fd969008eb4f8ef3ffe007eb241861b3dd13 authored over 4 years ago by Furkan Karataş <[email protected]>
Move clients to folder (#2109)

* Move lsp clients to clients folder

* Add clients to compile and tests

* Use emacs 27.1 o...

3a59fc1d7fd6f2635caa4ebc1dbbf154bd17a718 authored over 4 years ago by Eric Dallo <[email protected]>
Add configuration settings for elixir-ls (#2107)

* Add configuration settings for elixir-ls

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

d2d02f1a33a0875cf996f7e47a8b3377ccece6e1 authored over 4 years ago by Anantha Kumaran <[email protected]>
Add lsp-jedi to docs (#2110)

36f2f1d537c67ac4abb94e5a66c1b177f4599ed9 authored over 4 years ago by Jimmy Yuen Ho Wong <[email protected]>
Recommend Ivan's suggested update procedure for users of package.el (#2093)

ee7a57eaaaabe6d834ffe55e110648f553909900 authored over 4 years ago by Brian Leung <[email protected]>
[folding] Remove orig-folding-range property from `lsp--folding-range' (#2096)

c75879d0de09142da354775cc3a9670fef3e91dc authored over 4 years ago by Brian Leung <[email protected]>
Be more detailed in missing server registration error (#2108)

6a0f5569f2da99e93d74f27faa4a51653a1d54c2 authored over 4 years ago by Ivan Yonchovski <[email protected]>
Created helper for going to location (#2105)

- it can be used on a lot of places

ada99e47027d7d9c512c9f1a16b1865237fe45ee authored over 4 years ago by Ivan Yonchovski <[email protected]>
lsp-completion-filter: allow to customize initial sort or not (#2106)

3bd75f7388dd0229f87415caccc2bf791c93e9ef authored over 4 years ago by kiennq <[email protected]>
Enable completion-in-comments for gopls. (#2104)

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

d2a5b0c65ddea5efa46a87851c454dc92acef47d authored over 4 years ago by Muir Manders <[email protected]>
Sort xref items. (#2102)

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

d40550d81490ffba9cb17d70fe48de3326a453ca authored over 4 years ago by Muir Manders <[email protected]>
Fix not a number or marker error (#2101)

* Fix not number or marker error

* optimizations

de8c5d045287c22e5c5edd8d3b818958b71fde50 authored over 4 years ago by Jimmy Yuen Ho Wong <[email protected]>
Make lsp-diagnostics-flycheck-enable public again.

60966af6b95bc7a718d7b3aaa3b44d4e14c7f8b8 authored over 4 years ago by Ivan Yonchovski <[email protected]>
Support runtime selection of yaml schema (#2095)

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

9873e19706b82a821cbb9c69c2fd64c0d0d63050 authored over 4 years ago by Tai Dinh <[email protected]>
Add server-info command to lsp-clojure

4145a70ce1d4bfb2463606ba34c5965080b080d9 authored over 4 years ago by Eric Dallo <[email protected]>
auto-install: support dockerfile, intelephense, vetur, vim, yaml (#2098)

6a4f5cfdb6aded1f41b26249e6eca0e03bc4022c authored over 4 years ago by kiennq <[email protected]>
Revert "Add Nix support (#2092)" (#2097)

This reverts commit efd8c6e52ad3288907f278a711d6bec1add1aa74.

21879821a36210397f44f1afb959d65eb3b16fd6 authored over 4 years ago by Brian Leung <[email protected]>
Add Nix support (#2092)

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

efd8c6e52ad3288907f278a711d6bec1add1aa74 authored over 4 years ago by Brian Leung <[email protected]>
remove lsp-clients.el and its references (#2084)

b9b0f349c655cc388cf1e817d71e9b9668ff0b8b authored over 4 years ago by E. Alexander Barbosa <[email protected]>
add lsp-clangd.el (#2083)

* Add lsp-clangd.el

* Add lsp-clangd to lsp-client-packages

* update json information

*...

7f971b1a14c58bb1de5638f4d1d783d744438da1 authored over 4 years ago by E. Alexander Barbosa <[email protected]>
[lsp-lua] fix invalid executable testing for emmy-lua client (#2094)

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

cf31ca401cf60aa63f58f8119006b0ba6b2a90f9 authored over 4 years ago by sunlin <[email protected]>
Add lsp-ocaml.el (#2077)

* Add lsp-ocaml.el

* Add lsp-ocaml to lsp-client-packages

* update installation-url

7904b838732591a8b2be550e139debb16bd46230 authored over 4 years ago by E. Alexander Barbosa <[email protected]>
JavaScript and TypeScript clients to lsp-javascript.el (#2052)

* JavaScript and TypeScript clients to lsp-javascript.el

* add lsp-javascript dependency

*...

99925f049f4b822cebf2a8915eb93a8cdff00fa2 authored over 4 years ago by E. Alexander Barbosa <[email protected]>
Add lsp-tex.el (#2073)

* Add lsp-tex.el

* add lsp-tex to lsp-client-packages

50746a8e279c40b134f1a1aeb9f9a69943d37c9d authored over 4 years ago by E. Alexander Barbosa <[email protected]>
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...

64d831e075c3cb3e711993ce0098eab3b5b98122 authored over 4 years ago by Brian Leung <[email protected]>
Add lsp-purescript.el (#2071)

* Add lsp-purescript.el

* Add lsp-purescript to lsp-client-packages

* add installation-url...

2feceabfe87bcde41a5fb4baf53ba21b323506aa authored over 4 years ago by E. Alexander Barbosa <[email protected]>
Fix `lsp--document-highlight' (#2090)

bb9e9e629f58e90778a84820645c2efd0405197a authored over 4 years ago by Brian Leung <[email protected]>
Add lsp-elixir.el (#2070)

* Add lsp-elixir.el

* Add lsp-elixir to lsp-client-packages

* update installation-url link

00155a3e4b4db2e4409841081fa877ae09882d4a authored over 4 years ago by E. Alexander Barbosa <[email protected]>
Add lsp-hack.el (#2069)

* Add lsp-hack.el

* add lsp-hack to lsp-client-packages

de1571a3aedae899c409c6a6c80506b48bd6daea authored over 4 years ago by E. Alexander Barbosa <[email protected]>
Add lsp-fortran.el (#2068)

* Add lsp-fortran.el

* add lsp-fortran to lsp-client-packages

1d11da05afb6386a4a078605c916daf5dccffa8f authored over 4 years ago by E. Alexander Barbosa <[email protected]>
Lsp kotlin.el (#2063)

* Move kotlin to lsp-kotlin.el file

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

...

147079545538e51c0cbde3d698cd4e151c8068fa authored over 4 years ago by E. Alexander Barbosa <[email protected]>
Lsp groovy.el (#2062)

* Move groovy to lsp-groovy.el file

* Add lsp-groovy to lsp-client-packages

* installation...

61528edbaeb38e8682727877990dcee0e0fc9ab2 authored over 4 years ago by E. Alexander Barbosa <[email protected]>
PHP clients to lsp-php.el (#2058)

619d1c572c5fe250368ec56cfd59130d98cf4853 authored over 4 years ago by E. Alexander Barbosa <[email protected]>
[docs] fix installation-url spacing

4f2a02101b0c4524b57bdb01202839533f3c7405 authored over 4 years ago by Eric Dallo <[email protected]>
Nim clients to lsp-nim.el (#2057)

* Nim clients to lsp-nim.el

* remove left crystal references

fbf5d171eae143c0a6e629df74c31c70dfefb64f authored over 4 years ago by E. Alexander Barbosa <[email protected]>
fixup! Allow querying for highlights when point is on an active highlight. (#2089)

0b37a7a7548731d163173693216094a31ea4cfa1 authored over 4 years ago by Brian Leung <[email protected]>
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...

0a4668b00a866599078a23c74d0bc343a98390b7 authored over 4 years ago by Brian Leung <[email protected]>
VimScript client to lsp-vimscript.el (#2055)

* VimScript client to lsp-vimscript.el

* trimming up vacuous space

* add :version

* add...

91656fa90d5edb65d5e4b8e19274eae412f36ba0 authored over 4 years ago by E. Alexander Barbosa <[email protected]>
fixup! [infra] Add indentation commit to .git-blame-ignore-revs (#2087)

f9e2f51c2cb65709ac2f0d3cc57ef3ffa3a04952 authored over 4 years ago by Brian Leung <[email protected]>
[docs] Fix when server has installation and installation-url

50c0564ebfab474470f29f4ac444f3ecec0644cf authored over 4 years ago by Eric Dallo <[email protected]>
Angular client to lsp-angular.el (#2054)

027421fd696d8b7a69f4049b868670af3b6844ef authored over 4 years ago by E. Alexander Barbosa <[email protected]>
[infra] Add indentation commit to .git-blame-ignore-revs

4468d4f557ed100f7ba7e3b58d4c08bd76fb4635 authored over 4 years ago by Brian Leung <[email protected]>
Reindent `lsp-mode' using new indentation function

48e53d1f4c9558fd88a4ea66bb40312c6558b01b authored over 4 years ago by Brian Leung <[email protected]>
[infra] Use Emacs 28's redefined `calculate-lisp-indent' as a wrapper

9b21b6798a65909802131e4dec1ee15147535fa2 authored over 4 years ago by Brian Leung <[email protected]>
Filter textDocument/didChangeWatchedFiles events according to kind (#2085)

1d900ff5bdddff39aa5f72902b5bf5913df1a9f4 authored over 4 years ago by Brian Leung <[email protected]>
before-change-functions must save match data. (#2082)

70551a71b5d3f98c0b4d4b113107db9029617caa authored over 4 years ago by Brandon Mitchell <[email protected]>
Add lsp-cmake.el (#2078)

* Add lsp-cmake.el

* update installation-url

* Add lsp-cmake to lsp-client-packages

cf7392b962fbf8c7fb691c41009dde4471cb06b7 authored over 4 years ago by E. Alexander Barbosa <[email protected]>
add lsp-rf.el (#2079)

* Add lsp-rf.el

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

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

9ba7bfc621bdaa0ecc460cd1baa83a2445cc8f26 authored over 4 years ago by E. Alexander Barbosa <[email protected]>
Declare project-root functions, and ignore warnings (#2043)

cc6e5eef5648b99446d97db8cea6711aed516fc1 authored over 4 years ago by Theodor Thornhill <[email protected]>
Add custom document for lsp-pyright. (#2074)

642e38223d78bb03d28edf52fdd7e84177616fbf authored over 4 years ago by Vincent Zhang <[email protected]>
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

bfa5f0b17f257fd319b048e41a447d8470acbd61 authored over 4 years ago by E. Alexander Barbosa <[email protected]>
lsp-clients--clangd-command: fix path so Windows also work in default conf (#2072)

2832879a2c872064ed7d0405dae861680b7e7e3e authored over 4 years ago by kiennq <[email protected]>
Dhall clients to lsp-dhall.el (#2066)

* Move Dhall to lsp-dhall.el file

* add lsp-dhall to lsp-client-packages

* remove commenta...

bf6cceb70847076005d645b2a56bbd6f50898856 authored over 4 years ago by E. Alexander Barbosa <[email protected]>
Ada client to lsp-ada.el file (#2050)

* Ada client to lsp-ada.el file

* keep old variables name.

* Remove comment

Co-authored...

720ec4f3334b4fba61db0cdc331fb9630095a66e authored over 4 years ago by E. Alexander Barbosa <[email protected]>
Bash client to lsp-bash.el (#2051)

* Bash client to lsp-bash.el

* revert server-id to bash-ls

ece8e4d6b8637cd0da54dbdde320883d194580f2 authored over 4 years ago by E. Alexander Barbosa <[email protected]>
Use buffer-file-name function instead of buffer-file-name variable (#2047)

Fixes #2042

a5dcd7c1eb909b2b46b12df26a5459bd3d214a99 authored over 4 years ago by Ivan Yonchovski <[email protected]>
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...

945846d802d92703ebddfb52fe4cd0ce06304ab6 authored over 4 years ago by Jimmy Aguilar Mena <[email protected]>
lsp-completion: change internal items format so info will not be dropped (#2059)

79f147418f5f7f361c2664bee696c2da481a04ca authored over 4 years ago by kiennq <[email protected]>
Crystal clients to lsp-crystal.el (#2056)

* Crystal clients to lsp-crystal.el

* add keywords and remove unnecessary comment

746643c2fcbb9e289969eed1ebdaeee2eb1480c0 authored over 4 years ago by E. Alexander Barbosa <[email protected]>
Better cleanup on shutdown/restart (#2045)

Fixes #2031

598ec39766bc5d728a601db3c1b4b195b9f866b1 authored over 4 years ago by Ivan Yonchovski <[email protected]>
Dockerfile client to lsp-dockerfile.el (#2053)

f6317d74c54b0ee4ba4d1743f798ba595e07be78 authored over 4 years ago by E. Alexander Barbosa <[email protected]>
Avoid using executable-find for binary defaults

Fixes #2046

82695f9db392322aba8f5d04014b03f4a261db9c authored over 4 years ago by Ivan Yonchovski <[email protected]>
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

...

a2896d5b33b98722549e1b530f76843cb87472e5 authored over 4 years ago by Brian Leung <[email protected]>
change lsp-lens--refresh to lsp-lens-refresh (#2041)

c4daa529a1bbaffb4e73a33851ed70ce509baa01 authored over 4 years ago by zsxh <[email protected]>
Add Lua Language Server, Lua-Lsp and update EmmyLua (#2028)

0262e43fcb20060d2b2ade245cea279af97bbf9c authored over 4 years ago by E. Alexander Barbosa <[email protected]>
[docs] Add file watcher to performance section (#2034)

* [docs] Add file watcher to performance section

* Mention server support

dc09fe0b94194e360272653768cf8ff3438346f8 authored over 4 years ago by Eric Dallo <[email protected]>
Add Svelte support (#2035)

9ef743c1ef6d7c37d2a1ee56d8d8cec5d6c615a5 authored over 4 years ago by Stepan Lusnikov <[email protected]>
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...

efe4847e9c7710b24f8ab9158ecc2c275bede356 authored over 4 years ago by Jimmy Yuen Ho Wong <[email protected]>
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

8b7cc83472bb9df8bce2d55ec37afe3c7ddc6be2 authored over 4 years ago by Eric Dallo <[email protected]>
Create lookups for all enums (#2014)

e70a3df6b879538d79fe496a41ace1a595b68015 authored over 4 years ago by Ivan Yonchovski <[email protected]>
Support nested paths for workspace/configuration (#2015)

* Support nested paths for workspace/configuration

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

e89da11ae1e9206f0c7987902d9191c3f33b01a1 authored over 4 years ago by Arif Rezai <[email protected]>
Faces for rust-analyzer inlay hints (#2005)

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

* Faces and customizatio...

e726aabed6e75a73bc51e3dfa6f4bc2bc8e3f714 authored over 4 years ago by Fred Morcos <[email protected]>
Fix lsp-go-build-flags variable #2020 (#2021)

175a43fb6332a70de5197a54d7cf31a15e30e8c5 authored over 4 years ago by thkim256 <[email protected]>
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...

248da66dc08571e513b01d164a2871e83d3f029e authored over 4 years ago by Vibhav Pant <[email protected]>
[diagnostics] Require flycheck (#2019)

7c40b8c94b060e88d58db98fe56488736091b631 authored over 4 years ago by Brian Leung <[email protected]>
Fix quotation (#2017)

875f99fe18292dd6047ece3b62e85b196e1c9c22 authored over 4 years ago by Wojciech Nawrocki <[email protected]>
Use widget for lsp-string-vector (#2012)

* Use widget for lsp-string-vector

* privatize names and bump obsolete version

* Put packa...

0a8313a386dac2f60859dff2fd714ce2d4d658e1 authored over 4 years ago by Jimmy Yuen Ho Wong <[email protected]>
Dedup workspace folders upon initialize (#2016)

d31f591fde3f17c573c0b1957761c5441360f1a7 authored over 4 years ago by Arif Rezai <[email protected]>
Custom modeline code actions (#1997)

* Add lsp-modeline-code-actions-segments

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

*...

a8848b0e8292d69b745251d746b9492eb4e4c22f authored over 4 years ago by Eric Dallo <[email protected]>
Rework signature (#1998)

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

2c8b57b2e41137979545030be492e5a53fe405e5 authored over 4 years ago by Ivan Yonchovski <[email protected]>
lsp--apply-text-edit: should filter CR before insert (#2011)

67e75a49012ece5653cf339331d446686ccb423b authored over 4 years ago by kiennq <[email protected]>
Bump version

4db1151dbf1fe84769433d841e90803448b0b354 authored over 4 years ago by Eric Dallo <[email protected]>
Fix lsp-disabled-clients type mismatch (#2007)

ef50aa7b0dea8fc69325db385bb180607bfcfafa authored over 4 years ago by Jimmy Yuen Ho Wong <[email protected]>
[infra] Add a .git-blame-ignore-revs file (#2006)

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

edb81194f0974643861a24d1bbc386dd53554748 authored over 4 years ago by Brian Leung <[email protected]>
Make sure that image is not nil before accessing it

538c29fe9160e429c7a88a5a0c9f6fe8c7daa9dc authored over 4 years ago by Ivan Yonchovski <[email protected]>
Add missing autoloads for deprecated variables (#2001)

28fae912251ad4847b697a49c13d582353a6d073 authored over 4 years ago by Eric Dallo <[email protected]>