Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emacs-lsp/lsp-origami

lsp-mode :heart: origami.el
https://github.com/emacs-lsp/lsp-origami

emacs helm lsp

Last synced: 3 months ago
JSON representation

lsp-mode :heart: origami.el

Awesome Lists containing this project

README

        

[[https://melpa.org/#/lsp-origami][file:https://melpa.org/packages/lsp-origami-badge.svg]]
[[https://stable.melpa.org/#/lsp-origami][file:https://stable.melpa.org/packages/lsp-origami-badge.svg]]

* ~origami.el~ support for ~lsp-mode~

[[https://github.com/emacs-lsp/lsp-origami/actions/workflows/test.yml][file:https://github.com/emacs-lsp/lsp-origami/actions/workflows/test.yml/badge.svg]]

lsp-origami provides support for ~origami.el~ using language server protocol's
~textDocument/foldingRange~ functionality. It can be enabled with
#+BEGIN_SRC emacs-lisp
(add-hook 'lsp-after-open-hook #'lsp-origami-try-enable)
#+END_SRC