Yggdroot / indentLine

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

How to enable indentLine just only for file .py #290

Closed nltb99 closed 4 years ago

cprn commented 4 years ago

I think something like this should work:

let g:indentLine_enabled = 0
autocmd FileType python call IndentLinesEnable
Yggdroot commented 4 years ago

cprn is right.