mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 17:40:05 +08:00
Merge icearith/fix-golang-indentation-lines
This commit is contained in:
commit
1a66b9c024
@ -34,6 +34,10 @@ function! SpaceVim#layers#ui#config() abort
|
|||||||
else
|
else
|
||||||
let g:indentLine_color_gui = get(g:, 'indentLine_color_gui', '#d5c4a1')
|
let g:indentLine_color_gui = get(g:, 'indentLine_color_gui', '#d5c4a1')
|
||||||
endif
|
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_char = get(g:, 'indentLine_char', '┊')
|
||||||
let g:indentLine_concealcursor = 'niv'
|
let g:indentLine_concealcursor = 'niv'
|
||||||
let g:indentLine_conceallevel = 2
|
let g:indentLine_conceallevel = 2
|
||||||
|
Loading…
Reference in New Issue
Block a user