From 85d87c069030a115b609e7ce1fd1c8eb77dcd361 Mon Sep 17 00:00:00 2001
From: GitHub Actions
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