8 lines
240 B
Lua
8 lines
240 B
Lua
require("indent_blankline").setup({
|
|
show_current_context = true,
|
|
show_current_context_start = true,
|
|
filetype_exclude = { "help", "txt", "norg", "md" },
|
|
buftype_exclude = { "terminal", "nofile" },
|
|
})
|
|
|
|
vim.g.indent_blankline_char = "∘"
|