1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-13 02:05:40 +08:00

fix(indent-blankline): set max_indent_increase = 1

This commit is contained in:
wsdjeg 2023-07-05 13:32:04 +08:00
parent 2755d4e660
commit d8f880defa

View File

@ -133,6 +133,10 @@ function! SpaceVim#layers#ui#config() abort
" indent line character
let g:indent_blankline_char = s:indentline_char
let g:indentLine_char = s:indentline_char
" when ident > shiftwidth, remove extra identline.
" https://github.com/lukas-reineke/indent-blankline.nvim/issues/170
" https://github.com/lukas-reineke/indent-blankline.nvim/issues/491
let g:indent_blankline_max_indent_increase = 1
" indent line conceal setting, only for indentLine
let g:indentLine_concealcursor = s:concealcursor