mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
wrappers: remove shorthandOnlyDefinesConfig
This commit is contained in:
parent
5d3ed3a09e
commit
8549bbeb0c
3 changed files with 0 additions and 3 deletions
|
@ -17,7 +17,6 @@ in {
|
|||
programs.nixvim = mkOption {
|
||||
default = {};
|
||||
type = types.submoduleWith {
|
||||
shorthandOnlyDefinesConfig = true;
|
||||
specialArgs.helpers = helpers;
|
||||
modules =
|
||||
[
|
||||
|
|
|
@ -22,7 +22,6 @@ in {
|
|||
programs.nixvim = mkOption {
|
||||
default = {};
|
||||
type = types.submoduleWith {
|
||||
shorthandOnlyDefinesConfig = true;
|
||||
specialArgs.helpers = helpers;
|
||||
modules =
|
||||
[
|
||||
|
|
|
@ -22,7 +22,6 @@ in {
|
|||
programs.nixvim = mkOption {
|
||||
default = {};
|
||||
type = types.submoduleWith {
|
||||
shorthandOnlyDefinesConfig = true;
|
||||
specialArgs.helpers = helpers;
|
||||
modules =
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue