thaerkh / vim-indentguides

📐 Simple indentation guides for your buffers
Apache License 2.0
135 stars 11 forks source link

g:indentguides_guidewidth conflict with vim-editorconfig #13

Closed voldemortensen closed 5 years ago

voldemortensen commented 5 years ago

This is the same issue as #9, but that issue has been closed.

let g:indentguides_guidewidth = get(g:, 'indentguides_guidewidth', &l:shiftwidth) is loaded well before vim-editorconfig changes shiftwidth, but that change is never reflected to g:indentguides_guidewidth.

I'll send a pull request with a fix shortly.