mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-14 07:26:44 +00:00
8 lines
200 B
Lua
8 lines
200 B
Lua
require('indent_blankline').setup({
|
|
char = '|',
|
|
buftype_exclude = { 'terminal' },
|
|
show_trailing_blankline_indent = false,
|
|
-- show_current_context = true,
|
|
use_treesitter = true,
|
|
})
|