EinfachToll / DidYouMean

Vim plugin which asks for the right file to open
82 stars 8 forks source link

breaks filetype detection #17

Open stavxyz opened 5 years ago

stavxyz commented 5 years ago

When opening a file with DidYouMean, syntax highlighting does not work. I have been manually setting set filetype=sh (for example, for a shell script) after opening to reset the detected filetype.

Maybe I just need to move my filetype settings ?

MaxGyver83 commented 4 years ago

Same problem here but only with let g:dym_use_fzf = 1.