mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-01 12:54:30 +02:00
mkNeovimPlugin: refactor lua code generation logic
This commit is contained in:
parent
f2a991ae8c
commit
cf7e026c8c
3 changed files with 18 additions and 14 deletions
|
@ -48,8 +48,7 @@ helpers.neovim-plugin.mkNeovimPlugin {
|
|||
};
|
||||
|
||||
callSetup = false;
|
||||
hasConfigAttrs = false;
|
||||
configLocation = null;
|
||||
hasLuaConfig = false;
|
||||
extraConfig =
|
||||
cfg:
|
||||
mkMerge [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue