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

Merge icearith/fix-golang-indentation-lines

This commit is contained in:
wsdjeg 2018-03-25 20:49:46 +08:00
commit 1a66b9c024

View File

@ -34,6 +34,10 @@ function! SpaceVim#layers#ui#config() abort
else
let g:indentLine_color_gui = get(g:, 'indentLine_color_gui', '#d5c4a1')
endif
" Add indentation level to tab-indentated files.
" Note: there is a blank space at the end of the late backslash
autocmd FileType go set list lcs=tab:\┊\
let g:indentLine_char = get(g:, 'indentLine_char', '┊')
let g:indentLine_concealcursor = 'niv'
let g:indentLine_conceallevel = 2