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

12 lines
492 B
Plaintext
Raw Normal View History

2022-04-05 19:57:44 +00:00
(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]}))