1
0
Fork 0
dotfiles/home/config/nvim/plugins/indent_line.fnl

9 lines
343 B
Plaintext
Raw Normal View History

2023-09-28 20:46:10 +00:00
(let [indent (require :ibl)]
(indent.setup {:indent {:char "┆"}
:scope {:char "┆"}
:exclude {:buftypes [:help
:nofile
:prompt
:quickfix
:terminal]}}))