diff --git a/index.xhtml b/index.xhtml index f85b5e9e..f1ae2f2d 100644 --- a/index.xhtml +++ b/index.xhtml @@ -428,7 +428,7 @@ For example:
{
snippets of configuration via the DAG system. It will allow specifying positions
of individual sections of configuration as needed. nvf provides helper functions
in the extended library, usually under inputs.nvf.lib.nvim.dag that you may
-use.Please refer to the DAG section in the nvf manual
+use.
Please refer to the DAG section in the nvf manual
to find out more about the DAG system.
Lazy Method
As of version 0.7, we exposed an API for configuring lazy-loaded plugins via
lz.n and lzn-auto-require.
{
diff --git a/options.html b/options.html
index 10a4dfb6..2da50499 100644
--- a/options.html
+++ b/options.html
@@ -22395,6 +22395,55 @@ null or string
Default:
"<C-f>"
+Declared by:
+
+
+
+<nvf/modules/plugins/lsp/lspsaga/lspsaga.nix>
+
+
+
+
+
+
+ vim.lsp.lspsaga.setupOpts
+
+
+
+
+Option table to pass into the setup function of lspsaga
You can pass in any additional options even if they’re
+not listed in the docs
+
+Type:
+anything
+
+Default:
+{ }
+
+Declared by:
+
+
+
+<nvf/modules/plugins/lsp/lspsaga/lspsaga.nix>
+
+
+
+
+
+
+ vim.lsp.lspsaga.setupOpts.border_style
+
+
+
+
+Border type, see :help nvim_open_win
+
+Type:
+one of “none”, “single”, “double”, “rounded”, “solid”, “shadow” or list of (string or list of string)
+
+Default:
+"rounded"
+
Declared by: