about summary refs log tree commit diff
path: root/fnl/nvrc/packs/blankline.fnl
blob: 3139174b5bff98c45f9091b894cc4c322009f1de (plain)
1
2
3
4
5
6
7
8
9
10
11
(local {: setup} (require :indent_blankline))

(setup {:indentLine_enabled 1
        :char "▏"
        :filetype_exclude {:help :terminal
                           :packer :lspinfo
                           :TelescopePrompt :TelescopeResults
                           :lsp-installer ""}
        :buftype_exclude {1 :terminal}
        :show_trailing_blankline_indent false
        :show_first_indent_level false})