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.
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 beforevim-editorconfig
changesshiftwidth
, but that change is never reflected tog:indentguides_guidewidth
.I'll send a pull request with a fix shortly.