Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emacs-lsp/lsp-origami
- Owner: emacs-lsp
- License: gpl-3.0
- Created: 2019-03-10T12:13:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T07:00:32.000Z (6 months ago)
- Last Synced: 2024-05-22T21:34:03.349Z (5 months ago)
- Topics: emacs, helm, lsp
- Language: Emacs Lisp
- Homepage:
- Size: 39.1 KB
- Stars: 42
- Watchers: 6
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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