fennel-ls

Language Server Protocol implementation for the Fennel programming language

brewmacoslinux
Try with needOr install directly
Source

About

Language Server for Fennel

Commands

fennel-ls

Examples

Start the language server on standard input/output$ fennel-ls
Start the language server listening on a TCP port$ fennel-ls --socket localhost:8888
Use with editor configuration (e.g., Neovim with nvim-lspconfig)$ vim +LspStart fennel_ls myfile.fnl