diff --git a/docs-preview-857/index.xhtml b/docs-preview-857/index.xhtml index 45a49d3d..c6b6aa30 100644 --- a/docs-preview-857/index.xhtml +++ b/docs-preview-857/index.xhtml @@ -382,7 +382,7 @@ request to nvf to include it as a m configuration locally.
There are multiple ways of adding custom plugins to your nvf configuration.
You can use custom plugins, before they are implemented in the flake. To add a
plugin to the runtime, you need to add it to the vim.startPlugins
list
in your configuration.
Adding a plugin to startPlugins
will not allow you to configure the plugin
-that you have added, but nvf provides multiple way of configuring any custom
+that you have added, but nvf provides multiple ways of configuring any custom
plugins that you might have added to your configuration.
Just making the plugin to your Neovim configuration available might not always
be enough. In that case, you can write custom lua config using either
config.vim.lazy.plugins.*.setupOpts
config.vim.extraPlugins.*.setup
or