Skip to content

Instantly share code, notes, and snippets.

View Kyure-A's full-sized avatar

Kyure_A Kyure-A

View GitHub Profile
@Kyure-A
Kyure-A / eglot-codelens.el
Created March 21, 2024 16:16 — forked from Gavinok/eglot-codelens.el
Add support for code lenses in eglot for emacs
;; eglot-codelens.el --- Add support for codelenses to eglot -*- lexical-binding: t -*-
;;; Commentary:
;;; Code:
;;; Extending eglot to support lenses
;;;; Findings
;; Lenses often support the option to be used as a code action
;; some servers rely on custom code actions implemented by the client
;; - [[https://github.com/emacs-lsp/lsp-mode/issues/2250]] mentions this