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

12 lines
492 B
Fennel

(let [indent (require :indent_blankline)]
(indent.setup {:char "¦"
:show_first_indent_level false
:use_treesitter true
:show_current_context true
:context_patterns [:class
:function
:method
:do_block
:stab_clause]
:buftype_exclude [:help :nofile :terminal]}))