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

6
flake.lock generated
View file

@ -87,11 +87,11 @@
"extra-package-indent-bars": {
"flake": false,
"locked": {
"lastModified": 1712632727,
"narHash": "sha256-i1A4TlyhgEMqgqJmTQiT4fgWoUlelRFNC38XwuPSyGM=",
"lastModified": 1713279232,
"narHash": "sha256-usa8xpg2dvXwFcQf8gKSZ+kOy6EGJ+e2mkvGAjEX66o=",
"owner": "jdtsmith",
"repo": "indent-bars",
"rev": "e20ba1caead519832221abad75cce75bf1787499",
"rev": "88261051823961f0fc60c3c76b0cf2bae4ab32e4",
"type": "github"
},
"original": {

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)