Skip to content

Commit

Permalink
docs: Add replacement example
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Feb 18, 2025
1 parent e0fafd6 commit d4b7f26
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,19 @@ Here are some examples of packages with similar functionality:
- [eros](https://github.com/xiongtx/eros)
- and others.

Additionally, the above packages can be replaced by:

```elisp
(use-package sideline
:init
(setq sideline-backends-right '(sideline-lsp ; `lsp-ui-sideline.el'
sideline-flycheck ; `lsp-mode' uses `flycheck' by default
sideline-eglot ; `eglot'
sideline-flymake ; `eglot' uses `flymake' by default
sideline-blame ; For `blamer'
sideline-eros))) ; For `eros'
```

## 🔨 Quickstart

```elisp
Expand Down

0 comments on commit d4b7f26

Please sign in to comment.