diff --git a/options.html b/options.html index 47c513d1b..92007ec01 100644 --- a/options.html +++ b/options.html @@ -9298,7 +9298,7 @@ package
Default:
-<derivation elixir-1.16.3>
<derivation elixir-1.17.2>
Declared by:
@@ -25330,7 +25346,7 @@
The border style to use for the code-actions-menu plugin Type: -one of “none”, “single”, “double”, “rounded”, “shadow” +one of “none”, “single”, “double”, “rounded”, “solid”, “shadow” or list of (string or list of string)Default:
The border style to use for the lsp-signature plugin Type: -one of “none”, “single”, “double”, “rounded”, “shadow” +one of “none”, “single”, “double”, “rounded”, “solid”, “shadow” or list of (string or list of string)Default:
The border style to use for the lspsaga plugin Type: -one of “none”, “single”, “double”, “rounded”, “shadow” +one of “none”, “single”, “double”, “rounded”, “solid”, “shadow” or list of (string or list of string)Default:
The border style to use for the nvim-cmp plugin Type: -one of “none”, “single”, “double”, “rounded”, “shadow” +one of “none”, “single”, “double”, “rounded”, “solid”, “shadow” or list of (string or list of string)Default:
The border style to use for the which-key plugin Type: -one of “none”, “single”, “double”, “rounded” +one of “none”, “single”, “double”, “rounded”, “solid”, “shadow” or list of (string or list of string)Default:
border style to use Type: -one of “single”, “rounded”, “double”, “solid”, “none” +one of “none”, “single”, “double”, “rounded”, “solid”, “shadow” or list of (string or list of string)Default:
border style to use for the left section of Navbuddy UI Type: -null or one of “single”, “rounded”, “double”, “solid”, “none” +one of “none”, “single”, “double”, “rounded”, “solid”, “shadow” or list of (string or list of string)Default:
border style to use for the middle section of Navbuddy UI Type: -null or one of “single”, “rounded”, “double”, “solid”, “none” +one of “none”, “single”, “double”, “rounded”, “solid”, “shadow” or list of (string or list of string)Default:
border style to use for the right section of Navbuddy UI Type: -null or one of “single”, “rounded”, “double”, “solid”, “none” +one of “none”, “single”, “double”, “rounded”, “solid”, “shadow” or list of (string or list of string)Default:
Border style of the notification window Type: -one of “none”, “single”, “double”, “rounded”, “solid”, “shadow” +one of “none”, “single”, “double”, “rounded”, “solid”, “shadow” or list of (string or list of string)Default:
Normal , NormalFloat , LineNr , SignColumn and optionally
NvimTreeNormal to none .Fix
|