doc: format description to a multi-line string

This commit is contained in:
Farouk Brown 2025-04-22 21:32:53 +01:00
commit 95e2eec30b

View file

@ -121,7 +121,12 @@ in {
file_types = lib.mkOption {
type = listOf (nullOr str);
default = [];
description = "List of buffer filetypes to enable this plugin in. This will cause the plugin to attach to new buffers who have any of these filetypes.";
description = ''
List of buffer filetypes to enable this plugin in.
This will cause the plugin to attach to new buffers who
have any of these filetypes.
'';
};
};
};