docs: add missing descriptions

This commit is contained in:
Farouk Brown 2025-04-22 14:09:46 +01:00
commit 7092ff5b7b
2 changed files with 20 additions and 25 deletions

View file

@ -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.";
};
};
};