Replace "highlight-indent-guides" with "indent-bars"
This commit is contained in:
parent
d97622ed2a
commit
d63c58b12e
@ -657,10 +657,17 @@
|
|||||||
:config
|
:config
|
||||||
(setq lsp-java-save-action-organize-imports nil)))
|
(setq lsp-java-save-action-organize-imports nil)))
|
||||||
|
|
||||||
(use-package highlight-indent-guides :ensure
|
(use-package indent-bars
|
||||||
:delight
|
:quelpa (indent-bars :fetcher github :repo "jdtsmith/indent-bars")
|
||||||
:config
|
:custom
|
||||||
:hook (prog-mode . highlight-indent-guides-mode))
|
(indent-bars-treesit-support t)
|
||||||
|
(indent-bars-no-descend-string t)
|
||||||
|
(indent-bars-treesit-ignore-blank-lines-types '("module"))
|
||||||
|
(indent-bars-treesit-wrap '((python argument_list parameters ; for python, as an example
|
||||||
|
list list_comprehension
|
||||||
|
dictionary dictionary_comprehension
|
||||||
|
parenthesized_expression subscript)))
|
||||||
|
:hook ((python-base-mode yaml-mode) . indent-bars-mode))
|
||||||
|
|
||||||
(use-package editorconfig :ensure t :demand
|
(use-package editorconfig :ensure t :demand
|
||||||
:delight
|
:delight
|
||||||
|
Loading…
Reference in New Issue
Block a user