mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:50:06 +08:00
revert(ui): revert indent-blankline config
This commit is contained in:
parent
d8f880defa
commit
db0d2c08df
@ -133,10 +133,6 @@ function! SpaceVim#layers#ui#config() abort
|
|||||||
" indent line character
|
" indent line character
|
||||||
let g:indent_blankline_char = s:indentline_char
|
let g:indent_blankline_char = s:indentline_char
|
||||||
let g:indentLine_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
|
" indent line conceal setting, only for indentLine
|
||||||
let g:indentLine_concealcursor = s:concealcursor
|
let g:indentLine_concealcursor = s:concealcursor
|
||||||
|
Loading…
Reference in New Issue
Block a user