https://github.com/emacs-lsp/lsp-focus
lsp-mode ❤️ focus.el
https://github.com/emacs-lsp/lsp-focus
elisp emacs focus lsp
Last synced: 4 months ago
JSON representation
lsp-mode ❤️ focus.el
- Host: GitHub
- URL: https://github.com/emacs-lsp/lsp-focus
- Owner: emacs-lsp
- License: gpl-3.0
- Created: 2019-04-02T11:21:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-23T00:29:48.000Z (6 months ago)
- Last Synced: 2025-06-15T17:09:11.204Z (4 months ago)
- Topics: elisp, emacs, focus, lsp
- Language: Emacs Lisp
- Homepage:
- Size: 27.3 KB
- Stars: 10
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
[[https://melpa.org/#/lsp-focus][file:https://melpa.org/packages/lsp-focus-badge.svg]]
[[https://stable.melpa.org/#/lsp-focus][file:https://stable.melpa.org/packages/lsp-focus-badge.svg]]
[[https://github.com/emacs-lsp/lsp-focus/actions/workflows/test.yml][file:https://github.com/emacs-lsp/lsp-focus/actions/workflows/test.yml/badge.svg]]* ~focus.el~ support for ~lsp-mode~
lsp-focus provides support for ~focus.el~ using language server protocol's
~textDocument/foldingRange~ functionality. It can be enabled with
#+BEGIN_SRC emacs-lisp
(add-hook 'focus-mode-hook #'lsp-focus-mode)
#+END_SRC