summaryrefslogtreecommitdiff
path: root/lisp/progmodes/eglot.el
Commit message (Expand)AuthorAgeFilesLines
* eglot: Add nushell language servernibon72024-02-021-0/+1
* eglot: Add php-ts-mode to eglot-server-programsPiotr Kwiecinski2024-02-021-1/+1
* Support kotlin-ts-mode in Eglotdalu2024-02-021-1/+1
* ; Fix typos in symbol namesStefan Kangas2024-01-141-1/+1
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Eglot: Add Uiua language serverskykanin2023-12-161-1/+2
* Eglot: Add ruff-lsp as an alternative Python serverNiall Dooley2023-12-161-1/+1
* * lisp/progmodes/eglot.el (eglot-server-programs): Fix previous commit.João Távora2023-11-151-5/+5
* Eglot: Send standard :language-id for typescript-language-serverJoão Távora2023-11-141-1/+5
* Add "terraform-ls" LSP server to EglotRoss Timson2023-09-011-1/+2
* Add "nixd" LSP server to EglotEli Zaretskii2023-06-221-1/+1
* Eglot: again fix positions of coinciding inlay hint overlays (bug#64101)João Távora2023-06-191-4/+4
* Eglot: fix relative position of coinciding inlay hint overlays (bug#64101)João Távora2023-06-171-4/+6
* Eglot: re-rename eglot-upgrade to eglot-upgrade-eglotJoão Távora2023-05-051-1/+4
* Rename eglot-update to eglot-upgradeDmitry Gutov2023-05-041-1/+1
* Eglot: explain how to update Eglot in manual (bug#62720)João Távora2023-04-281-2/+11
* Eglot: fix edge case when deleting inlay hint overlaysJoão Távora2023-04-281-1/+13
* ; Support 'dart-ts-mode' in EglotEli Zaretskii2023-04-181-2/+3
* ; Eglot: fix a typo in a customization typeIdir Lankri2023-04-181-1/+1
* Add to Eglot support for additional language-servers.Jostein Kjønigsen2023-04-151-1/+5
* ; Eglot: make version parseable by version-to-listJoão Távora2023-04-121-1/+1
* ; Avoid compiler warning in eglot.el.Eli Zaretskii2023-04-051-0/+1
* Eglot: don't watch directories that don't existJoão Távora2023-04-021-2/+3
* Eglot: unbreak eglot-extend-to-xref on w32João Távora2023-03-301-2/+1
* Eglot: ensure server shutdown turns off eglot-inlay-hints-modeJoão Távora2023-03-301-0/+1
* Fix Eglot progress reportingJoão Távora2023-03-231-13/+15
* ; Delete accidental leftover '()' Eglot functionJoão Távora2023-03-211-1/+1
* Eglot: report window/workDoneProgress capability to language serverJoão Távora2023-03-211-0/+1
* Bail early from eglot--apply-text-edits if nothing to doJoão Távora2023-03-191-1/+2
* ; Clarify in-code commentary of eglot--after-changeJoão Távora2023-03-191-16/+14
* Improve ergonomics of Eglot's inlay hintsJoão Távora2023-03-191-14/+23
* ; Minor fixes in recent Eglot changesEli Zaretskii2023-03-181-1/+1
* ; Remove overly verbose commentaryJoão Távora2023-03-181-5/+0
* Don't take over mouse-1 binding on Eglot diagnostics (bug#62157)João Távora2023-03-181-8/+15
* * lisp/progmodes/eglot.el (eglot--connect): Improve Tramp workaround.Michael Albinus2023-03-181-1/+6
* Fix Eglot's snippet insertion to follow the manualJoão Távora2023-03-171-6/+9
* Also exempt eglot-inlay-hints-mode from desktop.el's fumblingsJoão Távora2023-03-161-6/+4
* Fix Eglot's command generation for code actionsJoão Távora2023-03-161-1/+1
* Emphasize emacs-29-specificity in this version of lisp/progmodes/eglot.elJoão Távora2023-03-161-2/+1
* Bump Eglot version to 1.12João Távora2023-03-131-2/+2
* Amend last Eglot commit (bug#62065)João Távora2023-03-121-2/+1
* Make eglot-ensure's post-command-hook run a bit later (bug#62065)João Távora2023-03-121-3/+4
* Autoload Eglot helper funtion eglot--debbugs-or-github-bug-uriJoão Távora2023-03-091-7/+8
* Turn on Eglot inlay hints by defaultJoão Távora2023-03-041-2/+2
* Robustify Eglot for "transient" projectsJoão Távora2023-03-041-1/+2
* Remove Eglot activation check from find-file-hookJoão Távora2023-03-041-1/+0
* Eglot: pay better attention to hints' paddingLeft/Right (bug#61924)João Távora2023-03-031-0/+2
* Eglot: use shell-file-name in eglot--cmd (bug#61748)João Távora2023-03-021-1/+1
* ; Eglot: improve bug-reference-url-format/bug-reference-url-regexpJoão Távora2023-03-011-2/+11
* Eglot: work around Tramp instability bug#61350João Távora2023-03-011-2/+11