mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 09:18:38 +02:00
plugins/lint: uncomment autoCmd config line
This commit is contained in:
parent
81d103b69b
commit
dceeab73b1
1 changed files with 1 additions and 1 deletions
|
@ -297,6 +297,6 @@ in {
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
# autoCmd = optional (cfg.autoCmd != null) cfg.autoCmd;
|
autoCmd = optional (cfg.autoCmd != null) cfg.autoCmd;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue