Yggdroot / indentLine

A vim plugin to display the indention levels with thin vertical lines
MIT License
4.14k stars 227 forks source link

startify and leading space char #328

Closed zdszero closed 3 years ago

zdszero commented 3 years ago

When I set the options like

let g:indentLine_fileTypeExclude = ['startify']
let g:indentLine_leadingSpaceEnabled = 0

this works fine, no indent line appears image but when I change the leadingSpaceEnable to 1

let g:indentLine_fileTypeExclude = ['startify']
let g:indentLine_leadingSpaceEnabled = 1

the indent line appears in startity page, fileTypeExclude doesn't work in this case image