Code Monkey home page Code Monkey logo

Comments (5)

inkarkat avatar inkarkat commented on July 17, 2024

Sorry for replying so late; I hope you have figured it out yourself by now!

You also need to install the ingo-library plugin (or via GitHub). It's listed in the dependencies. This library contains common autoload functions that are used by almost all of my plugins; it avoids code duplication and versioning issues.

from vim-mark.

gVimer avatar gVimer commented on July 17, 2024

Thank you for your reply.I forgot this step when I reinstalled the plug-in.Now It's OK.THX!

from vim-mark.

gVimer avatar gVimer commented on July 17, 2024

Maybe there should be a more friendly hint!

from vim-mark.

inkarkat avatar inkarkat commented on July 17, 2024

It is now possible to customize the issue template within GitHub; I plan to do that for all my plugins, asking Are you sure you've installed the ingo-library?! That hopefully catches a large percentage of this common mistake.

The plugin itself could do a check for the existence of the library, but that would be one more otherwise useless script to load, and then another conditional in each plugin. Not much, but it still adds up if you have 100+ plugins (like I have). And it wouldn't help with version mismatches, e.g. if the plugin needs version 1.030 but you forgot to update and only have 1.029.

The right way to solve this would be through proper dependency management. Some Vim plugin managers have that, but as there's no agreed-upon format for specifying dependencies, someone has to manually curate this meta-data, and then it's only for that particular plugin manager.

from vim-mark.

gVimer avatar gVimer commented on July 17, 2024

OK, I know what you mean.
Certainly,Reading the document carefully is the best way to solve some problems。
Thank you for your reply again。

from vim-mark.

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.