mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-23 05:40:44 +00:00
Compare commits
1 commit
27a1df1e08
...
49a7ddd7b8
Author | SHA1 | Date | |
---|---|---|---|
|
49a7ddd7b8 |
1 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,8 @@ inputs: {
|
|||
plugins = concatLists [builtStartPlugins builtOptPlugins];
|
||||
appName = "nvf";
|
||||
extraBinPath = vimOptions.extraPackages;
|
||||
# initLua = vimOptions.builtLuaConfigRC;
|
||||
# luaFiles = vimOptions.extraLuaFiles;
|
||||
luaFiles = [luaConfig] ++ extraLuaFiles;
|
||||
|
||||
inherit (vimOptions) viAlias vimAlias withRuby withNodeJs withPython3;
|
||||
|
|
Loading…
Reference in a new issue