diff --git a/options.html b/options.html
index 176bfef..8ff6aa9 100644
--- a/options.html
+++ b/options.html
@@ -2106,9 +2106,11 @@ use the vim.language.<lang>.treesitter
option
<neovim-flake/modules/visuals/visuals.nix>
vim.visuals.cellularAutomaton.mappings.makeItRain
Make it rain [cellular-automaton]
Type: null or string
Default: "<leader>fml"
Declared by:
<neovim-flake/modules/visuals/visuals.nix>
- |
vim.visuals.cursorWordline.enable
Whether to enable word and delayed line highlight [nvim-cursorline]..
Type: boolean
Default: false
Example: true
Declared by:
+ |
vim.visuals.cursorline.enable
Whether to enable line hightlighting on the cursor [nvim-cursorline].
Type: boolean
Default: false
Example: true
Declared by:
<neovim-flake/modules/visuals/visuals.nix>
- |
vim.visuals.cursorWordline.lineTimeout
Time in milliseconds for cursorline to appear
Type: signed integer
Default: 500
Declared by:
+ |
vim.visuals.cursorline.lineNumbersOnly
Hightlight only in the presence of line numbers
Type: boolean
Default: true
Declared by:
+ <neovim-flake/modules/visuals/visuals.nix>
+ |
vim.visuals.cursorline.lineTimeout
Time in milliseconds for cursorline to appear
Type: signed integer
Default: 0
Declared by:
<neovim-flake/modules/visuals/visuals.nix>
|
vim.visuals.fidget-nvim.enable
Whether to enable Enable nvim LSP UI element [fidget-nvim].
Type: boolean
Default: false
Example: true
Declared by:
<neovim-flake/modules/visuals/visuals.nix>
|