Coder Social home page Coder Social logo

Vlime didn't install properly about vlime HOT 4 CLOSED

vlime avatar vlime commented on June 6, 2024
Vlime didn't install properly

from vlime.

Comments (4)

HiPhish avatar HiPhish commented on June 6, 2024

EDIT: Solved, it looks like Vim-Plug did not update the help tags correctly.

You need to add the rtp option:

Plugin 'l04m33/vlime', {'rtp': 'vim/'}

The Vlime repository has two parts: the server written in Common Lisp and the client written in VimScript, so you need to tell your plugin manager where inside the repo the actual Vim plugin is.

But since the topic is already up, I have the same problem when using Vim-Plug: https://github.com/junegunn/vim-plug

Plug 'l04m33/vlime', {'rtp': 'vim'}

It does show up in my runtime &rtp:

/Users/hiphish/.local/share/nvim/site-packages/vlime/vim/

and all the files are in that directory, yet nothing happens.

EDIT: I'm using Neovim in case that matters, but help files should work regardless.
EDIT 2: Same thing in Vim as well.

from vlime.

qwertystop avatar qwertystop commented on June 6, 2024

I'm on Neovim with Vim-Plug as well, but it worked for me (as far as getting help files up) with that same line. However, <LocalLeader>rr, though it starts the server in a new Vim split/window, fails to connect to it. <LocalLeader>cc also does not connect to the server, once started.

from vlime.

qwertystop avatar qwertystop commented on June 6, 2024

Scratch that, connection failure was a dependency error (lack of ncat) which I've fixed. Now it all appears to work. I'm on OSX, if it matters.

from vlime.

MikeSperone avatar MikeSperone commented on June 6, 2024

Leaving a comment in case someone finds this on google like I did:

For Pathogen, even though it shouldn't be needed, I had to similarly add the Vlime's vim folder to my runtimepath. I did that by adding this to my .vimrc file:
set runtimepath+=$HOME/.vim/bundle/Vlime/vim

or, more generically:
set runtimepath+=<path/to/Vlime>/vim

from vlime.

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.