Skip to content

Add on for Emacs eglot showing breadcrumb information in the headerline.

License

Notifications You must be signed in to change notification settings

soerlemans/eglot-header-line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eglot-header-line

Add on for Emacs eglot showing breadcrumb information in the header-line.

screenshot.png

Install

Install and hook eglot-managed-mode for automatic activation. Using use-package and vc-package-install intergration:

(use-package eglot-header-line
	:ensure t
	:after eglot
	:vc (:url "https://github.com/soerlemans/eglot-header-line")
	:hook
	(eglot-managed-mode . eglot-header-line-mode))

Demo

Here you can see it update the header-line in seperate buffers of a C++ and Python project:

demo.gif

The package depends directly on eglot and useseglot-request which caches requests so its performant.

About

Add on for Emacs eglot showing breadcrumb information in the headerline.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published