guywithacube / dotfiles

0 stars 0 forks source link

Dracula loses `:highlight`s after `:source $MYVIMRC` #12

Open guywithacube opened 1 year ago

guywithacube commented 1 year ago

Upon :source $MYVIMRC, it appears that some syntax highlighting is lost.

guywithacube commented 1 year ago

It would appear as though this is related to https://github.com/dracula/vim/issues/280.

There is likely some correlation to the usage of :syntax on versus :syntax enable.

This requires further digging.