[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars 827c99d394 332/431: README: FAQ updates
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars 827c99d394 332/431: README: FAQ updates |
Date: |
Mon, 16 Sep 2024 12:59:47 -0400 (EDT) |
branch: externals/indent-bars
commit 827c99d394bca4bf6dfc16e2df50b5e6a131c6a3
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: GitHub <noreply@github.com>
README: FAQ updates
---
README.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index daf9301c2f..04b825f7a9 100644
--- a/README.md
+++ b/README.md
@@ -47,10 +47,11 @@ This package provides indentation _guide bars_ enhanced by
tree-sitter:
- **I want completely unique indent guidebars so as to flex on my
colleagues!** <br>Check the [Examples](examples.md) for some ideas. The sky is
the limit (submit your examples).
- **I use Emacs on the terminal, you insensitive clod!** <br>`indent-bars`
will just work for you (though you don't get any fancy bar patterns).
- **I use graphical Emacs, but am an extreme minimalist. All my outfits are
gray. Including my socks.** <br>Maybe [this](examples.md#minimal) will suit
you? Otherwise, you can turn off the stipple and use old fashioned `│`
characters with [`indent-bars-prefer-character`](#character-display).
-- **I get too many bars inside function definitions and calls**: You can turn
on `indent-bars-no-descend-lists` or even use [tree-sitter to
help](#tree-sitter).
-- **I want a bar in the very first column!**: set
`indent-bars-starting-column` to 0.
-- **The current bar highlight is so fast, but it flashes too rapidly during
scrolling!** Update to v0.2.2 or later and set `indent-bars-depth-update-delay`
to a comfortable number like 0.1s (0.075s is the default). If you _like_ the
crazy-fast updates, set this to 0.
-- **I turned on treesitter support but nothing happened**: You need to
configure `indent-bars-treesit-scope` (and possibly `wrap`) for your language
of interest. [More info](#configuring-tree-sitter).
+- **I get too many bars inside function definitions and calls**: <br>You can
turn on `indent-bars-no-descend-lists` or even use [tree-sitter to
help](#tree-sitter).
+- **I want a bar in the very first column!**: <br>Set
`indent-bars-starting-column` to 0.
+- **The current bar highlight is so fast, but it flashes too rapidly during
scrolling!** <br>Update to v0.2.2 or later and set
`indent-bars-depth-update-delay` to a comfortable number like 0.1s (0.075s is
the default). If you _like_ the crazy-fast updates, set this to 0.
+- **I turned on treesitter support but nothing happened**: <br>You need to
configure `indent-bars-treesit-scope` (and possibly `wrap`) for your language
of interest. [More info](#configuring-tree-sitter).
+- **How can I change the style of the out-of-scope bars?**: <br>Using a
[parallel set](#tree-sitter-out-of-scope-alternate-styling-variables) of `ts-`
customizations.
# Install/config
- [elpa] externals/indent-bars f91f125dad 319/431: Update README.md with new GIF animation, (continued)
- [elpa] externals/indent-bars f91f125dad 319/431: Update README.md with new GIF animation, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 90de8c3159 344/431: indent-bars: minor cleanup, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 3d55fd643d 330/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 88a68c8364 318/431: README.md: add new video, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars bcb3b0fdb1 329/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ea1144feae 315/431: always ppss at bol, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars fa7047773a 349/431: README improvements, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ad972ba512 337/431: Increment version, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 05e23d6145 360/431: README: update with styling-scope information, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 626ea0443e 378/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 827c99d394 332/431: README: FAQ updates,
ELPA Syncer <=
- [elpa] externals/indent-bars c247f02b04 324/431: Reduce out-of-scope default blend to 0.1, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 2dcc80f2ba 347/431: docs: mention new scope invalidation improvements, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 8c487907e1 373/431: README: Fix footnote, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 098a5aad79 383/431: Remove clip-win scope slot, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 959e978986 385/431: invalid ranges: use custom marker cache, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 4974f6c16c 351/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars e557c7a6fa 366/431: New custom-set function for immediate feedback, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a7ecae26dd 370/431: Mention new customize options, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 48c8f7ecff 380/431: cleanup-stipple-remaps: protect needs-cleanup against non-live buf, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars d5e6fb0fa9 384/431: Initial window-scroll based supplemental draw, ELPA Syncer, 2024/09/16