From 5acd0e449824105d89ac46dd6f6d3be1c44c82d5 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Fri, 22 Sep 2023 10:33:16 +0000 Subject: [PATCH] deploy: 33daa8b1e7a2b3c022cd03d38dae33aeebaaa50a --- options.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>