mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 18:31:35 +00:00
docs: add missing descriptions
This commit is contained in:
parent
8cde1f7b93
commit
7092ff5b7b
2 changed files with 20 additions and 25 deletions
|
@ -121,6 +121,7 @@ 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.";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue