mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-13 23:16:44 +00:00
update-2022-04-12
This commit is contained in:
7
nvim/lua/config/indent-blankline.lua
Normal file
7
nvim/lua/config/indent-blankline.lua
Normal 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,
|
||||
})
|
||||
Reference in New Issue
Block a user