update-2022-04-12

This commit is contained in:
Lee Tang
2022-04-12 23:03:05 +08:00
parent 0b56283159
commit 76e08244e7
17 changed files with 290 additions and 68 deletions

View File

@@ -0,0 +1,7 @@
require('indent_blankline').setup({
char = '|',
buftype_exclude = { 'terminal' },
show_trailing_blankline_indent = false,
-- show_current_context = true,
use_treesitter = true,
})