mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-17 07:43:21 +00:00
Compare commits
2 commits
9220c27e85
...
3e3d7171c1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3e3d7171c1 | ||
|
|
95e2eec30b |
1 changed files with 8 additions and 3 deletions
|
|
@ -119,9 +119,14 @@ in {
|
|||
|
||||
setupOpts = mkPluginSetupOption "render-markdown" {
|
||||
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.";
|
||||
type = nullOr (listOf str);
|
||||
default = null;
|
||||
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