mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-12 18:24:35 +02:00
plugins/utils: normalize plugin defaults
This commit is contained in:
parent
b10a391bd0
commit
6ab2a39e6a
53 changed files with 1434 additions and 1221 deletions
|
@ -243,7 +243,7 @@ helpers.neovim-plugin.mkNeovimPlugin config {
|
|||
should be good if you have enough keys in `|hop-config-keys|`).
|
||||
'';
|
||||
|
||||
excluded_filetypes = helpers.defaultNullOpts.mkListOf types.str "[]" ''
|
||||
excluded_filetypes = helpers.defaultNullOpts.mkListOf types.str [ ] ''
|
||||
Skip hinting windows with the excluded filetypes.
|
||||
Those windows to check filetypes are collected only when you enable `multi_windows` or
|
||||
execute `MW`-commands.
|
||||
|
@ -251,7 +251,7 @@ helpers.neovim-plugin.mkNeovimPlugin config {
|
|||
for editing.
|
||||
'';
|
||||
|
||||
match_mappings = helpers.defaultNullOpts.mkListOf types.str "[]" ''
|
||||
match_mappings = helpers.defaultNullOpts.mkListOf types.str [ ] ''
|
||||
This option allows you to specify the match mappings to use when applying the hint.
|
||||
If you set a non-empty `match_mappings`, the hint will be used as a key to look up the
|
||||
pattern to search for.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue