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

Change number formating to 20,000 (#3463)

20.000 is confusing because it represents both 20 and 20000 depending on who you ask

github.com/emacs-lsp/lsp-mode - 30ba96c29a05812f87dbfc3d760085c233172cc8 authored over 2 years ago by Compro Prasad <[email protected]>
Add support for inlay hints from TypeScript language server (#3455)

github.com/emacs-lsp/lsp-mode - e1e2a49bb2d11490d20bd73ea0d886b775cb26ad authored over 2 years ago by Shiv Jha-Mathur <[email protected]>
Fix generate settings script (#3445)

* fix unbalanced parentheses

* update usage example

* s/lsp-defcustom/defcustom-lsp/

github.com/emacs-lsp/lsp-mode - 6bc8a39502321a7c663991f7de27e8515ecb7e0b authored over 2 years ago by Taiki Sugawara <[email protected]>
Update lsp-toml to support latest Taplo (#3451)

* use taplo instead of taplo-lsp

* update lsp-toml for use with taplo 0.6 or later

* updat...

github.com/emacs-lsp/lsp-mode - 6aca75e047c079b5da8d7aedb55904b0a30bd1a5 authored over 2 years ago by Taiki Sugawara <[email protected]>
rust-analyzer: Adapt some setting defaults to the server-side defaults (#3452)

These defaults changed recently -- proc macros are now enabled by
default, and experimental dia...

github.com/emacs-lsp/lsp-mode - 308a0003f01f30026cb3242c393cb6ebe406a54a authored over 2 years ago by Florian Diebold <[email protected]>
lsp-openscad: Add OpenSCAD language server (#3444)

* clients/lsp-openscad: OpenSCAD support

* Update copyright year

github.com/emacs-lsp/lsp-mode - fe80b9c9ccde2f9a74f2141659e61b2a91873f88 authored over 2 years ago by Len Trigg <[email protected]>
fix typo (#3443)

github.com/emacs-lsp/lsp-mode - d7991f563bad80a873e74ec8748fc2bc87eb6612 authored over 2 years ago by Jason <[email protected]>
lsp-ansible: add missing variable (#3441)

github.com/emacs-lsp/lsp-mode - 017529b420d6382990885d8e2bc88720795090a7 authored over 2 years ago by Frédéric Giquel <[email protected]>
Add support for svlangserver execute commands in lsp-verilog (#3436)

Co-authored-by: Kanad Kanhere <[email protected]>

github.com/emacs-lsp/lsp-mode - 1e7128c43f611ed78752130ce5ce67e641a276df authored over 2 years ago by kanadkanhere <[email protected]>
lsp-ansible: Silence byte-compiler (#3434)

In lsp-ansible-check-ansible-minor-mode:
lib/lsp-mode/clients/lsp-ansible.el:167:26:
Warning: ...

github.com/emacs-lsp/lsp-mode - 3ec5fb1844d08fff6200553eb3c4784918987f3e authored over 2 years ago by Jonas Bernoulli <[email protected]>
lsp-volar: rename @volar/sever to @volar/vue-language-server (#3432)

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

github.com/emacs-lsp/lsp-mode - 95a5270ff783af063392286e8f45cf338c5a9765 authored over 2 years ago by YuqiangZhang <[email protected]>
lsp-yaml: Also make parents of download directory (#3429)

github.com/emacs-lsp/lsp-mode - 4acf72202d47dd7f0166c69220e1f734d133db89 authored over 2 years ago by Daniel Nagy <[email protected]>
Support new configuration for lifetime elision inlay hints

github.com/emacs-lsp/lsp-mode - e1b4bc388aabf5287cd5f21438b189f922d99da0 authored over 2 years ago by Robert Macomber <robertm@mox>
Remove "evaporate" on inlay hints and use `pos` for the end position

github.com/emacs-lsp/lsp-mode - 704f9d6f0b951dd5912874a0fc606fa8a4242192 authored over 2 years ago by Robert Macomber <robertm@mox>
Update support for rust-analyzer's inlay hints

I believe that this is no longer actually rust-analyzer-specific and
instead will work with any ...

github.com/emacs-lsp/lsp-mode - fa359143f15f89cb13495f8fb4c70e35e5e0093e authored over 2 years ago by Robert Macomber <robertm@mox>
Simplify inlay hint formatting

Now we always rely on rust-analyzer for spacing info, but allow the
formatting within the label ...

github.com/emacs-lsp/lsp-mode - ea4fd794d16155312245edc28475bfe69e51780a authored over 2 years ago by Robert Macomber <robertm@mox>
Begin to support the new rust-analyzer inlay hints

* Lifetime elision hints
* Reborrow hints
* Closure return type hints

The way rust-analyzer is ...

github.com/emacs-lsp/lsp-mode - 4ac73d300477881db2ab3c8acb6d7b26f361a63f authored over 2 years ago by Robert Macomber <robertm@mox>
Chaining hints are now reported as type hints from rust-analyzer

So remove the formatting configuration options for them and the
codepath that handled rendering ...

github.com/emacs-lsp/lsp-mode - 0a401e393de15a27dc1ef8dc8555bb06a5ba88d6 authored over 2 years ago by Robert Macomber <robertm@mox>
Update docs.yml to use latest container registry (#3427)

github.com/emacs-lsp/lsp-mode - a39a35be9e01fe86cf250cd2a6c7920aaa463aea authored almost 3 years ago by Ellis Kenyő <[email protected]>
lsp-json/html/css: install from vscode-langservers-extracted (#3424)

github.com/emacs-lsp/lsp-mode - 828c6c234a3231670ba5649666652e22a9bc4f35 authored almost 3 years ago by kiennq <[email protected]>
Resolve path issues with mkdocs (#3423)

Depends on a [PR](https://github.com/emacs-lsp/docs-image/pull/2) to be
merged, but these chang...

github.com/emacs-lsp/lsp-mode - efb301fee164c4d7eacb2ef875c9397bd2ee411c authored almost 3 years ago by Ellis Kenyő <[email protected]>
Add support for rust-analyzer.linkedProjects in lsp-rust (#3422)

* Add support for rust-analyzer.linkedProjects in lsp-rust

I tested locally by changing my `....

github.com/emacs-lsp/lsp-mode - c6482c1bbfa366a1fc52c32c03164ac77f297022 authored almost 3 years ago by Julien Cretin <[email protected]>
Specify correct emacs version for lint action (#3421)

github.com/emacs-lsp/lsp-mode - 6c45aa06264dd407251f5383f81c038361468248 authored almost 3 years ago by Ellis Kenyő <[email protected]>
Add support for TypeScript Language Server's format options (#3409)

* Add support for ts-ls workspace preferences

* Move all shared ts-ls preferences from lsp-ve...

github.com/emacs-lsp/lsp-mode - bd5de8d6672b8c64393694f46febef6a6b2f1f7a authored almost 3 years ago by Alynx Zhou <[email protected]>
Revert project.el usage (#3419)

Undo usage of project.el in favour of manual directory tracking to pass CI.

github.com/emacs-lsp/lsp-mode - 0228b4a5871d11adba7234b0aa3554f8d264fa65 authored almost 3 years ago by Ellis Kenyő <[email protected]>
Required project.el (#3418)

github.com/emacs-lsp/lsp-mode - ef48ec95a09c095cbedcdff65e420cc7d545bf88 authored almost 3 years ago by Ellis Kenyő <[email protected]>
Fix documentation editing (#3416)

Correctly resolve all editable links on the documentation (blog posts
and changelogs are left a...

github.com/emacs-lsp/lsp-mode - 8c478ce4f4ffb7cd3f9c152966d5480f113d7b7e authored almost 3 years ago by Ellis Kenyő <[email protected]>
Increase the priority for ansible-ls (#3382)

Fixes #3380. Increase the priority for ansible-ls so that it will be
chosen instead of yamlls i...

github.com/emacs-lsp/lsp-mode - 952fcbbe961a91b3a9b2aba72f51367f310c5df0 authored almost 3 years ago by Seong Yong-ju <[email protected]>
feat: Add org-journal-mode to language id (#3417)

github.com/emacs-lsp/lsp-mode - 003c58a33db0f4454361b7a4cd62c614fa543556 authored almost 3 years ago by Pieter <[email protected]>
Update incorrect extensions in PHP tutorial (#3412)

github.com/emacs-lsp/lsp-mode - 44aa083ac453ab3f4ca24a8baa5a95a6442ca669 authored almost 3 years ago by Ellis Kenyő <[email protected]>
disable failing tests with emacs snapshot (#3407)

github.com/emacs-lsp/lsp-mode - bb6aa1c6bb043e288b82c85e7a2d8e8f0d16f961 authored almost 3 years ago by brotzeit <[email protected]>
[lsp-magik] Add setting to override properties file for linter (#3394)

github.com/emacs-lsp/lsp-mode - ea6f2f8d0beaa713feaed1688ea0610392199eda authored almost 3 years ago by Sebastiaan Speck <[email protected]>
Utilize lsp-defcustom in adding new language server instructions (#3405)

github.com/emacs-lsp/lsp-mode - fa1210c149abfe003fbc2311bf2f35fe018f6e57 authored almost 3 years ago by Ivan Yonchovski <[email protected]>
Fix string length in lsp-perlnavigator.el

github.com/emacs-lsp/lsp-mode - 6ff97a3cd2abda0bc168f1d226b2ca4b74d5e3e3 authored almost 3 years ago by Ivan Yonchovski <[email protected]>
Add settings for nimls

github.com/emacs-lsp/lsp-mode - 81f6d3037d5abff8d930bc5083a9eba13f44a1ce authored almost 3 years ago by Ivan Yonchovski <[email protected]>
Make sure we do not miss the file path after #

- # is valid in file name

github.com/emacs-lsp/lsp-mode - d56c8a5abf15f20ebcfe20603e5a57b933975873 authored almost 3 years ago by Ivan Yonchovski <[email protected]>
Take the first MarkedString when more than one

github.com/emacs-lsp/lsp-mode - be554c8ff80086df9019dcd0386dd97a12962aa0 authored almost 3 years ago by Ivan Yonchovski <[email protected]>
PHP docs/tweaks (#3402)

* Add a PHP guide

Mostly adjusted from the C++ guide, also include relevant screenshots.

*...

github.com/emacs-lsp/lsp-mode - 97f61cdf905c9fde98a01ef3299642cbc3d652d4 authored almost 3 years ago by Ellis Kenyő <[email protected]>
Fix a few rust-analyzer customs (#3401)

github.com/emacs-lsp/lsp-mode - 3d2b8523d57be74b0f7d4966b9ee1f9d4b118852 authored almost 3 years ago by Jimmy Yuen Ho Wong <[email protected]>
Added support for the PerlNavigator LSP server along with automatic installation (#3400)

github.com/emacs-lsp/lsp-mode - 82433e617b96004d5cad55c4d4ada21f34addd33 authored almost 3 years ago by ketbra <[email protected]>
avoid crash with org src block (fix 3187) (#3392)

* avoid crash with org src block 3187

* address suggestion from code review

github.com/emacs-lsp/lsp-mode - ec57aab424b881ead7a8cf7af977ca4db4bc04d8 authored almost 3 years ago by Felipe Lema <[email protected]>
Fix a minor formatting mistake (#3387)

github.com/emacs-lsp/lsp-mode - 604ea8a2ee3795852db9b46ce484a4ce0382a015 authored almost 3 years ago by severinbratus <[email protected]>
Support all `initializationOptions` in `typescript-language-server` (#3351)

- Adds the following customizable variables:
- `lsp-clients-typescript-disable-automatic-typi...

github.com/emacs-lsp/lsp-mode - 844a9c0425039164d70469e2f5640092aa9238cf authored almost 3 years ago by Kira Bruneau <[email protected]>
Add emmet-ls support (#3384)

github.com/emacs-lsp/lsp-mode - 99d000f66cfa846f51947b1b55d193f994e370ac authored almost 3 years ago by Seong Yong-ju <[email protected]>
Add client for idris2-lsp (#3306)

* Register client for idris2-lsp server

* Update documentation for idris client

github.com/emacs-lsp/lsp-mode - ace052e2b1897e45d651b807c713528f54e2ba95 authored almost 3 years ago by Nicholas <[email protected]>
Fix: disable volar customize request (#3379)

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

github.com/emacs-lsp/lsp-mode - 2b1456c588dbcb284dab12e7c5caa578ec6f1e9f authored almost 3 years ago by YuqiangZhang <[email protected]>
Add client for Ansible (#3376)

* Add client for Ansible

* lsp-ansible: remove unnecessary defvar

github.com/emacs-lsp/lsp-mode - 0147f98a9c5747f4ea318a3b74e78d43ed1e5e8e authored almost 3 years ago by Frédéric Giquel <[email protected]>
lsp-fsharp: make fsautocomplete working without change user config (#3362)

Co-authored-by: Sergey Kostyaev <[email protected]>

github.com/emacs-lsp/lsp-mode - 2d640a146ad164f87c7796826791d7bcb85a8e7a authored almost 3 years ago by Sergey Kostyaev <[email protected]>
Fix lsp-rust-analyzer-debug hangs with long running processes (#3373)

github.com/emacs-lsp/lsp-mode - ae68af041f7bea8eaa4eacddec0342d9351af64d authored almost 3 years ago by Mustafa Khattab <[email protected]>
Add client for Volar (#3363)

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

github.com/emacs-lsp/lsp-mode - f1b73ddd6c168f85a298f81151c97f60e5267a60 authored almost 3 years ago by YuqiangZhang <[email protected]>
[lsp-magik] Add LSP client for Magik (#3333)

Co-authored-by: Robin Putters <[email protected]>

github.com/emacs-lsp/lsp-mode - 918ef7a3d6354384c9f57cbfecba575ef5a65af3 authored almost 3 years ago by krn-robin <[email protected]>
Disable lsp-steep-use-bundler by default (#3366)

github.com/emacs-lsp/lsp-mode - ccaba369e822b97df68ab185b13a4d4400cb66ca authored almost 3 years ago by Taiki Sugawara <[email protected]>
add action-handler for lsp-sql-execute-paragraph function (#3352)

github.com/emacs-lsp/lsp-mode - c30b4b5393b5922d80e2bbbf4bfbfddbf7b00a75 authored almost 3 years ago by petervlk <[email protected]>
Update ruby client indexes in mkdocs (#3367)

github.com/emacs-lsp/lsp-mode - aea31b312f9ebbdcc1d4a5227ed79400b23fdf1e authored almost 3 years ago by Taiki Sugawara <[email protected]>
Add support for TTCN3 (#3361)

github.com/emacs-lsp/lsp-mode - cf87368054f32f9ecd3960f79f0815fbf97d798b authored almost 3 years ago by peixy0 <[email protected]>
Add client for Ruby's TypeProf (#3358)

* Add lsp-typeprof

* Add document for lsp-typeprof

github.com/emacs-lsp/lsp-mode - 7d161eea9594e7c7126413626eb4d8f098225b08 authored almost 3 years ago by Taiki Sugawara <[email protected]>
lsp-fsharp: use `executable-find` to resolve full path to fsautocomplete

..as wrapper will use $PATH and not exec-path to resolve the executable

github.com/emacs-lsp/lsp-mode - fc5c06c562cea739e2a969f261aa8670120a4c82 authored almost 3 years ago by Saulius Menkevicius <[email protected]>
lsp-fsharp: Fix defcustom type mistakes

github.com/emacs-lsp/lsp-mode - 02b698e81d104a5ecfcf573bfb3359e9399a9525 authored almost 3 years ago by Mark Laws <[email protected]>
lsp-fsharp: fix breakage with the latest emacs

See https://lists.gnu.org/archive/html/emacs-devel/2022-02/msg00461.html
for more context.

github.com/emacs-lsp/lsp-mode - c15affe92d87e565ebd8c9ad0685b5b9c76f4725 authored almost 3 years ago by Saulius Menkevičius <[email protected]>
lsp-fsharp: Add option to generate msbuild binlogs

github.com/emacs-lsp/lsp-mode - b445db3cb256403d44a8e99c44d6244c87391e3c authored almost 3 years ago by Mark Laws <[email protected]>
lsp-fsharp: always install fsautocomplete with dotnet tool install -g

The latest fsautocomplete v0.50.0 does not provide separate zip files
and thus cannot be install...

github.com/emacs-lsp/lsp-mode - 2d98a9565328a480f98813a7f0f4669d7cad3639 authored almost 3 years ago by Saulius Menkevičius <[email protected]>
Fix typo on alire (#3356)

Fix typo alira -> alire

github.com/emacs-lsp/lsp-mode - 4f6f25fe3dc0ae8f6b4121ced6df677cf9ac5975 authored almost 3 years ago by Marc Poulhiès <[email protected]>
Update the version

github.com/emacs-lsp/lsp-mode - e0618a469fb558c903cbdee0ec7c55464e9ca388 authored almost 3 years ago by Ivan Yonchovski <[email protected]>
lsp-csharp: a more conservative startup-wrapper application to fix sigmask

github.com/emacs-lsp/lsp-mode - 557832bbdbdec4015864eb9901e540c87e674690 authored almost 3 years ago by Saulius Menkevičius <[email protected]>
Add CHANGELOG entry for the change.

github.com/emacs-lsp/lsp-mode - 4357cea1205c49af11c4b17a3544c3224b369d51 authored almost 3 years ago by Saulius Menkevičius <[email protected]>
lsp-csharp.el: fix breakage with the latest emacs when starting csharp-ls

See https://lists.gnu.org/archive/html/emacs-devel/2022-02/msg00461.html
for more context.

github.com/emacs-lsp/lsp-mode - 7a10d81a68a730e280e3ef0214ce921ce52f2c87 authored almost 3 years ago by Saulius Menkevičius <[email protected]>
lsp-csharp: add a test to check if dotnet tool csharp-ls is actually installed

github.com/emacs-lsp/lsp-mode - 9b3a9215807af0727b514e8c7cf440bcc0bdad44 authored almost 3 years ago by Saulius Menkevičius <[email protected]>
Add installer for elixir-ls (#3316)

* Add installer for elixir-ls

* Change package version for new configs to 8.0.1

github.com/emacs-lsp/lsp-mode - abab006189fb5df735ba990187303bb8bcc5656b authored almost 3 years ago by Marco DallaG <[email protected]>
Add default handlers for showInputBox and showQuickPick (#3345)

* add default handlers for showInputBox and showQuickPick

* address review comments

github.com/emacs-lsp/lsp-mode - 335ec4493663ff03928a75d277006c09d0ce7050 authored almost 3 years ago by Tim Felgentreff <[email protected]>
semantic-tokens: add implementation token modifier

github.com/emacs-lsp/lsp-mode - a3c1f184343deea29ea8e0706a9ce2a47e78b120 authored almost 3 years ago by Eric Dallo <[email protected]>
More explicit sqls instructions +mssql dsn example (#3339)

github.com/emacs-lsp/lsp-mode - fbfaa80095a82f7473cb7e45fe73b32ecc1900ae authored almost 3 years ago by Kevin Brubeck Unhammer <[email protected]>
Add lsp-remark to the list of required client packages (#3332)

The new client was added with emacs-lsp#3283 but forgotten to actually
enable it.

github.com/emacs-lsp/lsp-mode - 4c95c8dd061f0d157983c4f86513d667ade32cf0 authored almost 3 years ago by Sebastian Grabowski <[email protected]>
Fix: Local variables not safe (#3330)

lsp-file-watch-ignored-directories and lsp-file-watch-ignored-files were
not being respected as...

github.com/emacs-lsp/lsp-mode - cb7ec94435e6b8cc0b5686a2fdabb1c87260920f authored almost 3 years ago by Marconi <[email protected]>
[docs] Add PR template

github.com/emacs-lsp/lsp-mode - 2950beecfa4a672402239ee6c19e1637bf197db1 authored almost 3 years ago by Eric Dallo <[email protected]>
[clojure] Remove wrapper on resolve-macro-as command

github.com/emacs-lsp/lsp-mode - d3bc47bde5ffc1bace40122a6ec0c6d8b9e84500 authored almost 3 years ago by Eric Dallo <[email protected]>
Disable completing-read sort (#3328)

github.com/emacs-lsp/lsp-mode - bb544f38463557b9220ac897f12b6cdbec8eed9a authored almost 3 years ago by Eric Dallo <[email protected]>
Disable completing-read sort (#3328)

github.com/emacs-lsp/lsp-mode - 86e274514d9db29c04826954a8189242befa8dd5 authored almost 3 years ago by Eric Dallo <[email protected]>
Disable completing-read sort (#3328)

github.com/emacs-lsp/lsp-mode - fb290e9aa0ea4a5d2e316e853523828c23c24c77 authored almost 3 years ago by Eric Dallo <[email protected]>
Update to just use yas-minor-mode for rust analyzer (#3324)

github.com/emacs-lsp/lsp-mode - c36c9a938d9d219aa25a58ff570e2006046667b7 authored almost 3 years ago by Sibi Prabakaran <[email protected]>
Vetur add ignoreProjectWarning configuration. (#3323)

github.com/emacs-lsp/lsp-mode - b21c70d15ef1cc0c1787ce9faf641ef479a4af0e authored almost 3 years ago by Laam Pui <[email protected]>
Add docs on how to enable generate derive clause using rust analyzer (#3320)

* Add docs on how to enable generate derive clause using rust analyzer

* Update doc based on ...

github.com/emacs-lsp/lsp-mode - 2af92da5f99a28bf2d92c5af92d11f6cd440aa96 authored almost 3 years ago by Sibi Prabakaran <[email protected]>
Implement ts-ls rename file

github.com/emacs-lsp/lsp-mode - 1d9da9f24fd477faa2a38b369842a27fe5bda160 authored almost 3 years ago by Ivan Yonchovski <[email protected]>
[clojure] Add more refactor commands

github.com/emacs-lsp/lsp-mode - 7508c5a51fb0a061f3d45f9ffc32c235041f6b1e authored almost 3 years ago by Eric Dallo <[email protected]>
Allow disabling timeouts (#3314)

* Allow disabling timeouts

* Avoid hot spinning

github.com/emacs-lsp/lsp-mode - 27f30ccfb953c10159af0d12ba91c4c8a1106705 authored almost 3 years ago by Brennan Vincent <[email protected]>
fix: Change invalid default url (#3315)

Current default URL gives a 404

github.com/emacs-lsp/lsp-mode - f49ea4e36528a23ae988b136d1b1e9a5f8651f04 authored almost 3 years ago by Ellis Kenyő <[email protected]>
Improve lsp-start-plain

github.com/emacs-lsp/lsp-mode - c228bce435b9fb4b1f4d1bb89b99fd5315df15a9 authored almost 3 years ago by Ivan Yonchovski <[email protected]>
Minor improvements related to lsp-start-plain.el

github.com/emacs-lsp/lsp-mode - 43460157803e11a84efda50684c381eb4c38fc34 authored almost 3 years ago by Ivan Yonchovski <[email protected]>
Improve docs and lsp-doctor

github.com/emacs-lsp/lsp-mode - 6079e7de4482f8ba1af33670d8ec14176f5a12b5 authored almost 3 years ago by Ivan Yonchovski <[email protected]>
Rework perf page to make it linkable

github.com/emacs-lsp/lsp-mode - fb8bb754824e9c214cee715791dcac51d66417f4 authored almost 3 years ago by Ivan Yonchovski <[email protected]>
Improve docs on lsp-use-plists

github.com/emacs-lsp/lsp-mode - 1b052cbbbb51dcc7b64c207f8841acc6bc2e77a9 authored almost 3 years ago by Ivan Yonchovski <[email protected]>
Update versions of clangd to look for (#3310)

* Update versions of clangd to look for

* Latest stable version of clangd is 13; 14 is allowe...

github.com/emacs-lsp/lsp-mode - 355c9e183c9b3a2872487a3068c5902326b58be4 authored almost 3 years ago by Eric Berquist <[email protected]>
Remove godoc.org from lsp-go-link-target (#3297)

All requests to godoc.org redirect to pkg.go.dev, see https://github.com/golang/go/issues/43178.

github.com/emacs-lsp/lsp-mode - a82a4fa3467ec918273ab65d48c5c7d2dbfaec74 authored almost 3 years ago by Zero King <[email protected]>
Revert "Move to new eldoc (#3275)"

This reverts commit 2736652be86f7e83f1fe08e7158a3d1d8f1bb965.

github.com/emacs-lsp/lsp-mode - 056865faf7916d553517137756bc1d9e074f5137 authored almost 3 years ago by Ivan Yonchovski <[email protected]>
[CHANGELOG] Fix wrong entry

github.com/emacs-lsp/lsp-mode - 7b11702ee5f0153041c7a6f43520da7b9ba83a95 authored almost 3 years ago by Eric Dallo <[email protected]>
Fix file-watchers section reference (#3294)

Co-authored-by: Roland THIOLLIERE <[email protected]>

github.com/emacs-lsp/lsp-mode - e6bb7e76fda6bc4c541c2359c979fc29a3436a7b authored almost 3 years ago by Roland Thiolliere <[email protected]>
feat: add automatic installation for kotlin-language-server (#3291)

Closes #3290

github.com/emacs-lsp/lsp-mode - 3d6a01dde958db77a4597bf52e079f5b96469527 authored almost 3 years ago by Shiv Jha-Mathur <[email protected]>
Improve the eldoc function

github.com/emacs-lsp/lsp-mode - ba4d4a51ec377d9fd895d63b27da96b67039d97b authored almost 3 years ago by Ivan Yonchovski <[email protected]>
Fix error in rust macro expansion (#3289)

RA return null if there is no macro in specified position

github.com/emacs-lsp/lsp-mode - 03a6ab1d7db8a02233b29f2e8840803028f22ded authored almost 3 years ago by puuuuh <[email protected]>
Add lsp-start-plain function (#3280)

github.com/emacs-lsp/lsp-mode - 724209ec745ba9de6a9105d7fe146996433be857 authored almost 3 years ago by Ivan Yonchovski <[email protected]>
replace unified-language-server with remark-language-server (#3283)

* replace unified-language-server with remark-language-server

The previously referenced `unif...

github.com/emacs-lsp/lsp-mode - f6ea0d3ebbf2bf0c16e5baa2d521fd9879105e53 authored almost 3 years ago by Remco Haszing <[email protected]>