mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-30 23:55:15 +02:00
lib/util: move docs from lib/index
to doc-comments
Moved all function-specific docs from `docs/lib/index.md` into RFC145 doc-comments. Added `lib.nixvim.lua.toLuaObject` to hold the public docs and serve as a stable impl of `toLua'` in case we decide to change its defaults.
This commit is contained in:
parent
4a272ca5d7
commit
f4a7447d27
4 changed files with 64 additions and 46 deletions
|
@ -103,7 +103,7 @@ lib.makeExtensible (
|
|||
wrapVimscriptForLua
|
||||
;
|
||||
|
||||
toLuaObject = self.lua.toLua;
|
||||
inherit (self.lua) toLuaObject;
|
||||
mkLuaInline = self.lua.mkInline;
|
||||
|
||||
# TODO: Removed 2024-12-21
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue