Skip to content

mohkale/consult-eglot

Repository files navigation

consult-eglot

MELPA MELPA

A consulting-read interface for eglot.

This package acts as a parallel of consult-lsp for eglot and provides a front-end interface for the workspace/symbols LSP procedure call.

https://user-images.githubusercontent.com/23294780/131529081-7b6ad89a-98c8-40f2-9ef8-184856f8e9ef.png

Table of Contents

Installation

Manually

  1. Clone the repo.
  2. Add the repo path to your emacs load-path.
  3. Load it when needed.

From MELPA

This package is on MELPA. You can add this to your package-archives variable and then install through M-x package-install.

(push '("melpa" . "https://melpa.org/packages/") package-archives)
(package-refresh-contents)
(package-install 'consult-eglot)

Extensions

Consult Eglot Embark

Adds support for embark exports and action overrides to consult-eglot searches.

(package-install 'consult-eglot-embark)
(with-eval-after-load 'embark
  (with-eval-after-load 'consult-eglot
    (require 'consult-eglot-embark)
    (consult-eglot-embark-mode)))

About

Jump to workspace symbols with eglot and consult

Resources

License

Stars

Watchers

Forks

Packages

No packages published