emacs-lsp / lsp-origami

lsp-mode :heart: origami.el
GNU General Public License v3.0
43 stars 6 forks source link
emacs helm lsp

[[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]]

[[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