Closed DJMcMayhem closed 5 years ago
It's default on mac. At least on OS X yosemite, neovim came installed by default, but vi and vim didn't. (they both were aliased to neovim)
Wait wat it is otherway around 99% sure @RikerW
I have done research and concluded vim is installed my default on all OS X and vi is mapped to vim
@vihanb vi
wasn't aliased to vim for me on my mac
@kritixilithos I suppose it depends on the original version of mac your computer had installed but I can guarantee two things:
Okay, @vihanb is right. I clean installed OS X 10.11 and Vim was installed by default and vi
was aliased to vim
.
Neovim is poorly supported on windows (not sure about mac). It would be nice to have it run on vim 8 instead of neovim for portability. This will require moving some logic into a vimscript "main function" of sorts, but I think that's OK. Doing that would probably also fix the timing bug