-
### \[Fennel\]
Fennel is a Lisp that compiles to Lua. It combines the flexibility of Lisp with the speed and simplicity of Lua.
### Logo
https://fennel-lang.org/logo.svg
### Upstream suppo…
-
### Problem
Currently, in `runtime/indent/fennel.vim`, it simply loads up lisp formatting. In most cases, it works, but when it comes to tables, it stops nesting properly.
```fnl
{1 :gbprod/cutlass…
-
As title said, it would be great to have diagnostics support. `hotpot` already got this feature.
-
Hello!
I'm not sure if this counts as a bug or a feature request, but I discovered while trying to introduce [fennel](https://fennel-lang.org/) into my project that the behaviour of Lua's `require` i…
-
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")/…
-
Hi, I replied to your aniseed issue about `(lua ...)`, since that issue is closed I thought I'd post this here. While you can't use `(lua "return ...")` at the top level of a fennel file, you can use …
-
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 fennel version/instan…
-
-
Hi, fennel completion list doesn't look correct as shown in below screenshot. I'd expect only those os functions in the list. However, it seems conjure always includes lots of nvim stuff by default.
…
-
Hello,
Thank you for the interesting lib. I'm however unable to embed fennel (https://fennel-lang.org/setup#embedding-the-fennel-compiler-in-a-lua-application.)
I got this error instead
```
…