mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-07 19:01:35 +00:00
doc: format description to a multi-line string
This commit is contained in:
parent
9220c27e85
commit
95e2eec30b
1 changed files with 6 additions and 1 deletions
|
@ -121,7 +121,12 @@ in {
|
||||||
file_types = lib.mkOption {
|
file_types = lib.mkOption {
|
||||||
type = listOf (nullOr str);
|
type = listOf (nullOr str);
|
||||||
default = [];
|
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.
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue