mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 18:31:35 +00:00
wrapper: optionally wrap neovim with extra lua packages
This commit is contained in:
parent
054ade0075
commit
35143b7dda
2 changed files with 12 additions and 0 deletions
|
@ -209,6 +209,14 @@ in {
|
|||
}'';
|
||||
};
|
||||
|
||||
luaPackages = mkOption {
|
||||
type = types.listOf types.str;
|
||||
default = [];
|
||||
description = ''
|
||||
List of lua packages to install.
|
||||
'';
|
||||
};
|
||||
|
||||
globals = mkOption {
|
||||
default = {};
|
||||
description = "Set containing global variable values";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue