indent-blankline

main
Alpha Chen 1 year ago
parent 4a12ed46dd
commit ddf0cf0537
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -200,6 +200,18 @@
(set vim.g.dirvish_mode ":sort ,^.*[\\/],")
;; indent-blankline
(let [{: setup} (require :indent_blankline)]
(setup {:char ""
:context_char "┃"
:show_current_context true
:show_first_indent_level false
; :show_trailing_blankline_indent false
; :max_indent_increase 1
:use_treesitter true
:use_treesitter_scope true}))
;;; generate help files
;; Load all plugins now.

@ -1 +1 @@
Subproject commit 7cda36ee9cacb923840d742a94f49d442ea8fd83
Subproject commit c9c36a80cee3158d2fd23c5fd087089a520a36ec
Loading…
Cancel
Save