mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
ref: change file_types type to nullOr(listOf str)
This commit is contained in:
parent
95e2eec30b
commit
3e3d7171c1
1 changed files with 2 additions and 2 deletions
|
@ -119,8 +119,8 @@ in {
|
||||||
|
|
||||||
setupOpts = mkPluginSetupOption "render-markdown" {
|
setupOpts = mkPluginSetupOption "render-markdown" {
|
||||||
file_types = lib.mkOption {
|
file_types = lib.mkOption {
|
||||||
type = listOf (nullOr str);
|
type = nullOr (listOf str);
|
||||||
default = [];
|
default = null;
|
||||||
description = ''
|
description = ''
|
||||||
List of buffer filetypes to enable this plugin in.
|
List of buffer filetypes to enable this plugin in.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue