gabebw / dotfiles

:tulip:
https://gabebw.com
230 stars 23 forks source link

Re-source vimrc when it changes #135

Closed gabebw closed 6 years ago

gabebw commented 6 years ago

I tried adding this in 5e2e309fc93aa6129c711d61c595f32dc8d422a1, but I had two augroups named "vimrc", and they conflicted so the auto-sourcing of the vimrc kept getting wiped.

To fix this, I added the autocmd to the existing augroup vimrc.

I confirmed that it really does work this time.

Fixes #110.

gabebw commented 6 years ago

Thank you to @teoljungberg for solving the problem!