fennel-nvim
fennel-nvim copied to clipboard
running fennel-lang natively in neovim
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`....
It's important to allow a user to specify an instance of fennel to use, but there are a few approaches that only differ by available and default behaviors. Should configurable...
## Todo Implement an nrepl client and an optional nrepl server (possibly forking [jeejah](https://gitlab.com/technomancy/jeejah) that can plug into neovim's luv event loop. This will allow both connecting vim to nrepl...
Now that I have auto-sourcing of `init.fnl` and syncing of `package.path` to `fennel.path` working in the dev branch, eventually I'll want to look into caching/precompiling `init.fnl` and external plugin code...