From 5ad4a88e57d18f7c550a1dcaecdb782a208aeab9 Mon Sep 17 00:00:00 2001 From: gvolpe Date: Sat, 6 Apr 2024 20:29:59 +0000 Subject: [PATCH] deploy: 7634fd567ac97f66d881d7d9c3063974ec3d75ce --- options.html | 6 ++++-- search.html | 31 ++++++++++++++++++++++++++++++- 2 files changed, 34 insertions(+), 3 deletions(-) diff --git a/options.html b/options.html index a12c481..b4b2212 100644 --- a/options.html +++ b/options.html @@ -272,8 +272,10 @@ <main/modules/basic>
vim.smap

Defines 'Select mode' mappings

Type: attribute set of (null or string)

Default: { }

Declared by:

<main/modules/core> -
vim.snippets.vsnip.enable

Whether to enable Enable vim-vsnip.

Type: boolean

Default: false

Example: true

Declared by:

- <main/modules/snippets/vsnip.nix> +
vim.snippets.vsnip.enable

Whether to enable Enable vim-vsnip.

Type: boolean

Default: false

Example: true

Declared by:

+ <main/modules/snippets> +
vim.snippets.vsnip.dataDir

Directory for the snippet files

Type: string

Default: "/nix/store/h4kl3kf5q7ics5j7fldkd193mj255a4q-source/snippets"

Declared by:

+ <main/modules/snippets>
vim.snoremap

Defines 'Select mode' mappings

Type: attribute set of (null or string)

Default: { }

Declared by:

<main/modules/core>
vim.spellCheck.markdown

Enables spell-checker on markdown files

Type: boolean

Declared by:

diff --git a/search.html b/search.html index e582633..6e13ee6 100644 --- a/search.html +++ b/search.html @@ -3117,6 +3117,35 @@

Declarations

+
+
+
+
+

# vim.snippets.vsnip.dataDir

+
+
+
+
+ string +
+
+
+ +

Directory for the snippet files

+ +
+

Default: "/nix/store/h4kl3kf5q7ics5j7fldkd193mj255a4q-source/snippets"

+

Example:

+ +

Declarations

+ + +
+
@@ -3141,7 +3170,7 @@

Declarations