mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-04-15 00:58:37 +00:00
fix comments for PR#763
This commit is contained in:
parent
f9d1ec4667
commit
78ca1e53d7
1 changed files with 3 additions and 3 deletions
|
@ -56,20 +56,20 @@ in {
|
|||
|
||||
format = {
|
||||
enable = mkOption {
|
||||
description = "Enable Lua formatting";
|
||||
type = bool;
|
||||
default = config.vim.languages.enableFormat;
|
||||
description = "Enable Lua formatting";
|
||||
};
|
||||
type = mkOption {
|
||||
description = "Lua formatter to use";
|
||||
type = enum (attrNames formats);
|
||||
default = defaultFormat;
|
||||
description = "Lua formatter to use";
|
||||
};
|
||||
|
||||
package = mkOption {
|
||||
description = "Lua formatter package";
|
||||
type = package;
|
||||
default = formats.${cfg.format.type}.package;
|
||||
description = "Lua formatter package";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue