Closed rodaguilera closed 1 year ago
There's a known issue with the latest Dracula Pro releases where they were created on a Windows machine in such a way that didn't properly account for file encodings and system handling of newlines.
Try something like find . -type f -exec dos2unix {} +
from inside the dracula_pro directory. If you don't have dos2unix
, you can do something like cd …dracula_pro && vim $(find . -type f)
, then :argdo %s/\r// | update
and :qall
.
(P.S. In the future, please don't post images of text.)
Thank you! worked now. Did it with dos2unix.
Sorry for the images of the text.
Kindest regards, Rodrigo
What happened
can't make dracula_pro installation instructions work for me on Vim. Did fine with iTerm2 and Xcode.
What I expected to happen
to work as advised in INSTALL.md
Screenshot
Machine Info
vim
/gvim
/neovim
): vimTERM
environment variable: xterm-256colorAdditional Info
my dir tree:
my .vimrc file: