I've got a docx
file, which is really just a zip
but since the extension isn't .zip
, vim fails to recognize that, and opens the raw data.
I've tried opening the file and setting the filetype to zip, :set filetype=zip
, I've tried opening the file as a directory, :e path/to/file.docx/
and I've tried opening the file
Is there any way that I can force vim to open the docx as a zip?