indent-bars fixed with tree-sitter
All checks were successful
/ test (push) Successful in 15s

This commit is contained in:
Andrea Ciceri 2024-04-17 14:35:03 +02:00
parent 4e7fec653a
commit c64cce44c8
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 5 additions and 3 deletions

View file

@ -141,6 +141,8 @@
(dired-mode . nerd-icons-dired-mode))
(use-package indent-bars
:config
(require 'indent-bars-ts)
:custom
(indent-bars-treesit-support t)
(indent-bars-spacing-override 2)