Git Product home page Git Product logo

Comments (4)

cknadler avatar cknadler commented on July 22, 2024

The only reason there is a homebrew dependency is to ensure that the mvim executable is always in the same spot. For the automator workflow, having it run:

mvim <args>

doesn't work. It requires the absolute path:

/usr/local/bin/mvim <args>

If we can figure a way around that, I would be happy to remove the dependency. ^_^

from vim-anywhere.

cknadler avatar cknadler commented on July 22, 2024

Actually, now that I say that, I have an idea. The installer could read the path to the executable and store it in a file (in ~/.vim-anywhere). The OSX logic in bin/run could just pull the path out of there when it needs it. That makes the assumption that the user wont change their location of mvim which I think is pretty safe to make.

from vim-anywhere.

bentomas avatar bentomas commented on July 22, 2024

Interesting, so that means at the least I should be able to check out the project and remove the dependency myself for my own use. I'll give that a try this weekend!

from vim-anywhere.

cknadler avatar cknadler commented on July 22, 2024

Done. You should be good to go. :)

from vim-anywhere.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.