mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
Merge pull request #71 from horriblename/feat-lua-loader
feat: new option to enable lua module loader
This commit is contained in:
commit
f63e82c1c0
4 changed files with 10 additions and 0 deletions
|
@ -144,5 +144,7 @@ with builtins; {
|
|||
default = true;
|
||||
description = "Follow editorconfig rules in current directory";
|
||||
};
|
||||
|
||||
enableLuaLoader = mkEnableOption "Enable the experimental Lua module loader to speed up the start up process";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue