Git Product home page Git Product logo

Comments (5)

Kapelianovych avatar Kapelianovych commented on May 30, 2024 1

Hi!
I sincerely apologize for my silence. Yes, it works now 😃
Thank you 👍

P.S.: as git clones plugin into wilder.nvim directory, by default, so we should write:

packadd wilder.nvim

instead of

packed wilder

Or just change directory in which git clones the plugin.

from wilder.nvim.

gelguy avatar gelguy commented on May 30, 2024

I'm not too familiar with the native package manager, but I believe there isn't anything special to be done to add this via the package manager.

  1. git clone wilder into ~/.vim/pack/*/start where * can be any directory. (or change ~/.vim to any directory under the &packpath option.
  2. In your vimrc add the line call wilder#setup() and the plugin should work.

from wilder.nvim.

Kapelianovych avatar Kapelianovych commented on May 30, 2024

I have tried to do it, but on vim startup, it gave me an error that wilder#setup is not a registered function.

Error detected while processing /Users/username/.vimrc:
line   62:
E117: Unknown function: wilder#setup
Press ENTER or type command to continue

I wrote call wilder#setup({'modes': [':', '/', '?']}) to .vimrc.

from wilder.nvim.

gelguy avatar gelguy commented on May 30, 2024

Ah, looks like packages under start aren't loaded until after .vimrc is sourced.

Could you try adding wilder to ~/.vim/pack/*/opt instead?

Then in your .vimrc you can add:

packadd wilder
call wilder#setup()

from wilder.nvim.

gelguy avatar gelguy commented on May 30, 2024

Hi, any updates on this? Does adding to ~/.vim/pack/*/opt work?

from wilder.nvim.

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.