summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/setup/indent-blankline.lua
blob: ff81338b7d56ea52df41bd7a7f29832fda4940d1 (plain)
1
2
3
4
5
6
require("indent_blankline").setup {
    char = "▏",
    show_trailing_blankline_indent = false,
    buftype_exclude = {"startify", "help", "terminal"},
    filetype_exclude = {"startify", "help", "terminal"},
}