diff --git a/options.html b/options.html
index 8ff6aa9..f18a329 100644
--- a/options.html
+++ b/options.html
@@ -2060,7 +2060,7 @@ use the vim.language.<lang>.treesitter
option
<neovim-flake/modules/ui/smartcolumn/smartcolumn.nix>
vim.updateTime
The number of milliseconds till Cursor Hold event is fired
Type: signed integer
Default: 300
Declared by:
<neovim-flake/modules/basic/module.nix>
- |
vim.useSystemClipboard
Make use of the clipboard for default yank and paste operations. Don't use * and +
Type: boolean
Default: true
Declared by:
+ |
vim.useSystemClipboard
Make use of the clipboard for default yank and paste operations. Don't use * and +
Type: boolean
Default: false
Declared by:
<neovim-flake/modules/basic/module.nix>
|
vim.utility.ccc.enable
Whether to enable ccc color picker for neovim.
Type: boolean
Default: false
Example: true
Declared by:
<neovim-flake/modules/utility/ccc/ccc.nix>
|