mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-12-22 17:39:49 +01:00
style: alejandra
This commit is contained in:
parent
83a8308ed5
commit
897f7ce746
2 changed files with 16 additions and 16 deletions
|
@ -458,7 +458,7 @@ with builtins; {
|
||||||
};
|
};
|
||||||
|
|
||||||
signcolumn = mkOption {
|
signcolumn = mkOption {
|
||||||
description = " Show diagnostic sign column. Value can be `" yes "`, `" auto "`, `" no "`.";
|
description = ''Show diagnostic sign column. Value can be `"yes"`, `"auto"` or`"no"`.'';
|
||||||
type = types.enum ["yes" "auto" "no"];
|
type = types.enum ["yes" "auto" "no"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue