mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-05 05:02:20 +00:00
lib: rewrite toLuaObject, deprecate everything else (#1178)
* lint: typos * wrapper/build: passthru mnw stuff * lib: rewrite toLuaObject, deprecate everything else * docs: deno fmt * Emac --------- Co-authored-by: Ching Pei Yang <59727193+horriblename@users.noreply.github.com>
This commit is contained in:
parent
3ace0780dd
commit
3e48f13c3c
8 changed files with 59 additions and 97 deletions
|
|
@ -130,6 +130,9 @@
|
|||
# In systems where we only have a package and no module, this can be used
|
||||
# to access the built init.lua
|
||||
initLua = dummyInit;
|
||||
|
||||
mnwConfig = neovim-wrapped.passthru.config;
|
||||
mnwConfigDir = neovim-wrapped.passthru.configDir;
|
||||
};
|
||||
|
||||
meta =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue