Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 420 Bytes

README.org

File metadata and controls

17 lines (11 loc) · 420 Bytes

EGLOT-TEMPEL

Simple shim adapter to use the tempel templating library with eglot, instead of yasnippet.

This will take the LSP template provided by the server and convert it into a format tempel can take advantage of.

Understandably, this package conflicts with yasnippet.

To install with use-package:

(use-package eglot-tempel
  :preface (eglot-tempel-mode)
  :init
  (eglot-tempel-mode t))