fennel-nvim icon indicating copy to clipboard operation
fennel-nvim copied to clipboard

Module 'fennel' not found

Open Javyre opened this issue 3 years ago • 3 comments

Hi, I'm using neovim 0.5.

When loading fennel-nvim once installed, the fennelview.lua fails to load with module 'fennel' not found.

I was able to fix this with sed -i s/require("fennel")/require("fennel-nvim.lib.fennel")/g.

I'm not sure if this is a 0.5-only issue..

(Also, on installing the plugin, I also get an error from helptags about fennel.path being a duplicate tag. This occurs when using paq and packer but not vim-plug)

Javyre avatar Apr 12 '21 14:04 Javyre

If you're interested in a pr, I have fixes for both issues on my fork ready. (not sure how "correct" my fixes are though) https://github.com/jaawerth/fennel-nvim/compare/master...Javyre:master

Javyre avatar Apr 12 '21 14:04 Javyre

I'm also having the same issue. I made a workaround in my config since I didn't want to fork the project - I created a lua/fennel.lua at my config folder, and it just has a return require("fennel-nvim.lib.fennel").

yohannd1 avatar May 27 '21 18:05 yohannd1

I'm still getting this, is there any known fix for this?

avegancafe avatar Mar 28 '23 14:03 avegancafe