Olical / conjure

Interactive evaluation for Neovim (Clojure, Fennel, Janet, Racket, Hy, MIT Scheme, Guile, Python and more!)
https://conjure.oli.me.uk
The Unlicense
1.78k stars 110 forks source link

Unable to run conjure on macOS even after installation #262

Open tanisha31 opened 3 years ago

tanisha31 commented 3 years ago

Hi all,

I am starting with the SICP book and got here trying to get my nvim and scheme installation to work. I am using neovim v.0.5.1 and installed mit-scheme using brew which shows I am using v11.2 for mit-scheme. For conjure installation I am using vim-plug. Running :PlugInstall shows a successful plugin installation but when I try running :help conjure I get an error stating E149: Sorry, no help for conjure. I can access scheme through my terminal though. I am also using coc.nvim and installed the coc-conjure plugin. Please help.

Olical commented 3 years ago

Hey there! So if :h conjure isn't working that suggests to me that the plugin isn't actually installed and activated. The best thing I can recommend right now is to double check your vim-plug configuration to make sure it's setup correctly. It might also be worth installing other plugins and checking if they're loading properly.

It could also just be that the helptags aren't being generated, I can't remember the command to do that, but it's separate to "installing" a plugin.

Olical commented 2 years ago

I'm going to close this for now since it seeeems like a plugin manager issue? I can't reproduce this and it seems like a very one off thing, if you have more information and questions that could help me diagnose the issue feel free to reopen!

ispringle commented 2 years ago

I'm having this same issue with Paq. I verified Conjure is in fact installed (clone, depth 1 in my nvim/site/pack/** dir. I've reinstalled a few times. No :h conjure though.

ggl commented 2 years ago

Is it possible to use it with Pathogen? I do not wish to install several neovim plugin managers and needlessly bloat my installation. I tried cloning it with --depth 1 into .config/nvim/bundle but the :help conjure is not available.

This is under Debian, not MacOS, but I felt like not opening another issue.

Olical commented 2 years ago

I see no reason why not, there's nothing special about any of the plugin managers as far as I know Any should work!

On Sat, 15 Jan 2022, 09:57 Gelu Lupaș, @.***> wrote:

Is it possible to use it with Pathogen? I do not wish to install several nvim plugin managers and needlessly bloay my installation. I tried cloning it with --depth 1 into .config/nvim/bundle but the :help conjure is not available, so maybe I'll try it again when at least I get an idea about how to install it is less than five minutes?

— Reply to this email directly, view it on GitHub https://github.com/Olical/conjure/issues/262#issuecomment-1013654340, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACM6XLJEORJB4KKFRKSBVLUWFAKJANCNFSM5GPBT7SA . You are receiving this because you modified the open/close state.Message ID: @.***>

ggl commented 2 years ago

Running :scriptnames shows ~/.config/nvim/bundle/conjure/plugin/conjure.vim as loaded, nevertheless :help conjure doesn't work.

Olical commented 2 years ago

So multiple plugin managers have this issue all on MacOS? Are all of you that are experiencing this on MacOS and if so which version? I don't have any Macs to hand so there's no way I can test them myself but maybe it has something to do with the filesystem?

Also what happens if you try regenerating the help tags? https://vi.stackexchange.com/questions/17210/generating-help-tags-for-packages-that-are-loaded-by-vim-8s-package-management

Grazfather commented 2 years ago

I definitely don't have this issue on my mac. I'd be tempted to close this as not reproducible, especially since Neovim v0.5.1 is so old.