mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
plugins/zig: remove helpers
Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
parent
cf32b498bc
commit
be72c48997
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
lib,
|
||||
helpers,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
|
|
@ -23,7 +22,7 @@ mkVimPlugin {
|
|||
];
|
||||
|
||||
settingsOptions = {
|
||||
fmt_autosave = helpers.defaultNullOpts.mkFlagInt 1 ''
|
||||
fmt_autosave = lib.nixvim.defaultNullOpts.mkFlagInt 1 ''
|
||||
This plugin enables automatic code formatting on save by default using zig fmt.
|
||||
To disable it, you can set this option to `0`.
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue