1
0
Fork 0
dotfiles/home/config/nvim/plugins/indent_line.fnl
2023-09-28 22:46:10 +02:00

9 lines
343 B
Fennel

(let [indent (require :ibl)]
(indent.setup {:indent {:char "┆"}
:scope {:char "┆"}
:exclude {:buftypes [:help
:nofile
:prompt
:quickfix
:terminal]}}))