summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* Test face name variables are bound before using them in cc-fonts.elAlan Mackenzie2022-10-251-10/+17
* * lisp/progmodes/eglot.el: Remove not very funny joke.Robert Pluim2022-10-251-1/+2
* eglot-server-programs: Account for new ts-modeBrian Leung2022-10-251-1/+1
* eglot-server-programs: Account for new js-json-modeBrian Leung2022-10-251-1/+1
* Fix M-x eglot breakage due to typoJoão Távora2022-10-251-1/+1
* * lisp/progmodes/eglot.el (eglot): Ensure managed-major-mode is a listStephen Leake2022-10-251-2/+3
* * lisp/progmodes/compile.el (compilation-mode-line-errors): Use `defvar`Stefan Monnier2022-10-241-1/+1
* Fix last change in perl-modeMauro Aranda2022-10-211-1/+1
* Add the "nil" language server to eglot-server-programsBrian Leung2022-10-211-1/+1
* Add lua-language-server to eglot-server-programsBrian Leung2022-10-211-1/+2
* Add Eglot to the menu barEli Zaretskii2022-10-201-14/+18
* ; fix warning about order of defvaralias/defconstJoão Távora2022-10-201-1/+1
* ; Merge from https://github.com/joaotavora/eglotJoão Távora2022-10-201-0/+3457
|\
| * Expose eglot-{} to be used in eglot-workspace-configurationJoão Távora2022-10-201-0/+1
| * Rework header of eglot.elJoão Távora2022-10-201-27/+58
| * Do use eglot-connect-timeout if eglot-sync-connect is tJoão Távora2022-10-201-1/+2
| * * eglot.el (version): actually bump to 1.9João Távora2022-10-111-1/+1
| * Fix docstring of eglot-list-connections-modeJoão Távora2022-10-081-3/+2
| * Make eglot-code-actions usable non-interactivelyJoão Távora2022-10-051-13/+23
| * Add half-baked m-x eglot-list-connectionsJoão Távora2022-10-051-0/+34
| * Rename "eglot -> eglot" in docstringsJoão Távora2022-10-041-13/+13
| * Make clojure-lsp handle more major modes at onceJoão Távora2022-09-261-1/+2
| * Add support for "single server, multiple modes"João Távora2022-09-261-25/+45
| * Shoosh byte-compilation warnings about line numbering functionsJoão Távora2022-09-261-8/+12
| * Fix blunder in eglot--guess-contactJoão Távora2022-09-241-4/+5
| * Revert "fix jdtls support"João Távora2022-09-191-1/+1
| * Don't use three-argument plist-getJoão Távora2022-09-191-7/+9
| * Don't return hash tables from e-w-configuration-plistJoão Távora2022-09-181-3/+3
| * Allow eglot-workspace-configuration to be a plistJoão Távora2022-09-181-13/+33
| * Don't exceed max-specdl-size in big go projectsJoão Távora2022-09-181-2/+1
| * Allow :initializationoptions in eglot-server-programsJoão Távora2022-09-181-20/+21
| * Adjust last commit about workspace configurationJoão Távora2022-09-171-3/+1
| * Rework readme.md about workspace configuration againJoão Távora2022-09-171-18/+25
| * Add eglot-show-configuration to debug workspace configurationsFredrik Bergroth2022-09-171-0/+13
| * Prefer documentchanges to changes in server-initiated editsTheodor Thornhill2022-09-091-2/+6
| * Add support for jedi-language-server (again)jgart2022-09-091-1/+1
| * Don't return poorly supported "special elements" in eglot-imenuJoão Távora2022-09-091-27/+25
| * Fix jdtls supportManuel Uberti2022-09-081-1/+1
| * Add marksman server for markdownArtem Pyanykh2022-09-081-1/+2
| * Add out-of-box support for perl lsp serverChristian Garbs2022-07-261-1/+2
| * Always default eglot-strict-mode to nilJoão Távora2022-07-221-8/+6
| * Fix embarrassing paren-matching blunder in eglot.elJoão Távora2022-07-191-1/+1
| * Reply more reasonably to server's workspace/applyeditJoão Távora2022-07-191-1/+2
| * Appease byte-compiler warnings about wrong use of quotesJoão Távora2022-07-191-4/+3
| * Eglot-workspace-configuration can be a functionJoão Távora2022-07-191-4/+14
| * Be more conservative with the lsp identifier guessJoão Távora2022-07-151-4/+5
| * Guess the "lsp identifier at point"João Távora2022-07-151-50/+51
| * Tweak some details, fix some bugsJoão Távora2022-07-151-5/+6
| * Cosmetic decisions guaranteed to tick off someone somewhere (tm)João Távora2022-07-141-35/+20
| * Experiment with grouping in xref-backend-identifier-completion-tableJoão Távora2022-07-141-4/+34