mirror of
https://git.sr.ht/~micampe/fennel-ls-nvim-docs
synced 2026-06-04 05:39:05 -03:00
No description
- Lua 99.4%
- Fennel 0.6%
A table argument with documented fields would end up adding the fields as arguments to the function (for example vim.pack.get). |
||
|---|---|---|
| src | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| nvim-0.11.lua | ||
| nvim.lua | ||
| README.md | ||
| screenshot.png | ||
Neovim completion and documentation
This project contains the scripts to parse Neovim documentation and generate a completion and documentation library for use with the Fennel Language Server.
If you just want completion and documentation you don't need to download the source.
Just download
nvim.lua
and copy it to ~/.local/share/fennel-ls/docsets/
Then put this in ~/.config/nvim/flsproject.fnl:
{:lua-version :lua5.1 ; nvim uses LuaJIT
:libraries {:nvim true}} ; <- add this
You need at least fennel-ls version 0.2.0.
