Skip to content

Commit

Permalink
Update doc/languages-frameworks/neovim.section.md
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Jakobi <[email protected]>
  • Loading branch information
teto and mrcjkb authored Jan 12, 2025
1 parent 8fc6c7f commit e9e1f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/languages-frameworks/neovim.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ It accepts a single string for a module, or a list of module strings to test.
- `nvimRequireCheck = [ MODULE1 MODULE2 ];`

When `nvimRequireCheck` is not specified, we will search the plugin's directory for lua modules to attempt loading. This quick smoke test can catch obvious dependency errors that might be missed.
The check hook will fail the build if any failures are detected to encourage inspecting the logs to identify potential issues.
The check hook will fail the build if any modules cannot be loaded. This encourages inspecting the logs to identify potential issues.

If you would like to only check a specific module, this can be manually added through plugin definition overrides in the [overrides.nix](https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/editors/vim/plugins/overrides.nix).

Expand Down

0 comments on commit e9e1f74

Please sign in to comment.