-
-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
not work on Mac OSX Mavericks #41
Comments
I just upgraded to Mavericks myself, using the system Ruby (2.0.0p247), system Rubygems (2.0.3), and npm version 1.2.21 I installed the plugin and its dependencies and everything seems to work for me... |
I found the solution in #24 . After adding |
Is your default shell not bash? If that's the case I think vim generally recommends to include the set shell command in your vimrc for maximum plugin compatibility Sent from my iPhone
|
Thanks for your recommendation. Yes I use zsh as my default shell. Maybe you can add this info to the README FAQ dalang On Monday, November 4, 2013 at 12:27 AM, suan wrote:
|
It works 100% with stock Ruby 2.0 in Mavericks and homebrew's node install, and my default shell is |
i'm running fish on mavericks. had a bunch of weird permissions errors on /var/private/folders. adding the |
Hmmm, I wonder if changing this line in instant-markdown-d to |
no luck. tried both bash and node. same behavior:
|
I've updated the FAQ with this suggestion for future reference - closing since original issue seems to be resolved. |
I have just tried, not work on my mac neither. dalang On Monday, January 27, 2014 at 2:19 AM, Michael Ventura wrote:
|
+1, I'm running OSX 10.9 with zsh & rvm, installed npm using homebrew. I tried setting the default shell to bash using |
I'm on OS X 10.9.1, npm 1.3.11, ruby 2.0.0p247, rubygems 2.0.3. Not using rvm & i use bash. i added only seeing a blank browser window =\ |
If you want to keep using another shell in vim, you can set shell to bash only for markdown files, with:
|
I've followed all of the instructions and I'm still getting a blank browser window. What is the best way to debug this problem? |
@lynndylanhurley see my more recent comment in #31 I actually needed to remove |
Upgraded to Mavericks and was getting the blank browser window also. This worked for me: Uninstall:
Fix owner and group to fix permissions to install without sudo:
Reinstall dependencies:
Did not include Specs: |
It works well on my Mac when it runs Mac OSX Mountain Lion. After update to Mavericks, vim-instant-markdown not work proper.
It will still open a new tab with uri:
http://localhost:8090/
each time I open a markdown file in vi. But the new tab displays nothing.I have tried to reinstall vim-instant-markdown, including rubygem and npm. But nothing changes.
Here is my environment:
OS: Marvericks
ruby: 1.9.3
npm: 1.2.2
rubygem: 1.8.23
The text was updated successfully, but these errors were encountered: