Skip to content

Commit 7f0a978

Browse files
authored
Document lsp-dired-mode (#2625)
1 parent 3bafb10 commit 7f0a978

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

CHANGELOG.org

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
* Add ~iedit~ integration (=documentHighlights=)
2323
* Add an interactive =lsp-clangd-find-other-file= method that uses the clangd extension to return the corresponding header/cpp file from cpp/header file respectively.
2424
* Add support for [[https://deno.land/][Deno language server]].
25+
* Add ~lsp-dired-mode~ - integration between [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Dired.html][dired]] and ~lsp-mode~
26+
`dired` and `lsp-mode` diagnostics.
2527
** Release 7.0.1
2628
* Introduced ~lsp-diagnostics-mode~.
2729
* Safe renamed ~lsp-flycheck-default-level~ -> ~lsp-diagnostics-flycheck-default-level~

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ most popular Emacs packages like `company`, `flycheck` and `projectile`.
7575
- [which-key](https://github.com/justbur/emacs-which-key/) integration
7676
for better discovery
7777
- [iedit](https://emacs-lsp.github.io/lsp-mode/page/main-features/#iedit)
78+
- [dired](https://emacs-lsp.github.io/lsp-mode/page/main-features/#dired)
7879

7980
## Presentations/demos
8081
- [System Crafters](https://twitter.com/SystemCrafters) channel

docs/page/integration/dired-lsp.png

20.4 KB
Loading

docs/page/integration/dired.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Dired integration
2+
3+
`lsp-mode` provides integration with `dired` file explorer. `lsp-mode` will show
4+
which files/folders contain errors/warnings/hints. To enable this behaviour add
5+
`(lsp-dired-mode)` call to your config.
6+
7+
## Screenshot
8+
![dired](dired-lsp.png)

0 commit comments

Comments
 (0)