From 85d87c069030a115b609e7ce1fd1c8eb77dcd361 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 24 Apr 2025 22:27:52 +0000 Subject: [PATCH] Deploy PR #857 preview --- docs-preview-857/index.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

Adding Plugins

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.

Configuring

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