Closed twoeightdev closed 4 years ago
hi, i have problem together with the plugin indentline it shows indentline in :TabVifm
how can i disable this?
i tried:
let g:indentLine_fileTypeExclude = ['Vifm'] let g:vim_Vifm_conceal = 0
but it doesn't work.. for anyone can help, thank you.
Edit: i fix it by setting:
let g:indentLine_bufNameExclude = ["\[vifm\]*"]
or to disable any indentline for terminals
augroup terminalgrp autocmd TermOpen * nested :IndentLinesDisable augroup END
hi, i have problem together with the plugin indentline it shows indentline in :TabVifm
how can i disable this?
i tried:
but it doesn't work.. for anyone can help, thank you.
Edit: i fix it by setting: