From e0a438fe0bc72b4ffb3862e2e343478055107aba Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Mon, 23 Oct 2023 17:23:21 +0000 Subject: [PATCH] deploy: 2b48b6d8443e3780636e8a71eb075f00aedcfd94 --- options.html | 4 +++- release-notes.html | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/options.html b/options.html index b7cf53e..c2051fe 100644 --- a/options.html +++ b/options.html @@ -1169,6 +1169,8 @@ This is a python package with debugpy installed, see https://nixos.wiki/wiki/Pyt <neovim-flake/modules/lsp/module.nix>
vim.lsp.mappings.signatureHelp

Signature help

Type: null or string

Default: "<leader>ls"

Declared by:

<neovim-flake/modules/lsp/module.nix> +
vim.lsp.mappings.toggleFormatOnSave

Toggle format on save

Type: null or string

Default: "<leader>ltf"

Declared by:

+ <neovim-flake/modules/lsp/module.nix>
vim.lsp.null-ls.enable

Whether to enable null-ls, also enabled automatically.

Type: boolean

Default: false

Example: true

Declared by:

<neovim-flake/modules/lsp/null-ls/null-ls.nix>
vim.lsp.null-ls.sources

null-ls sources

Type: attribute set of string

Default: { }

Declared by:

@@ -2246,7 +2248,7 @@ use the vim.language.<lang>.treesitter option <neovim-flake/modules/visuals/visuals.nix>
vim.visuals.highlight-undo.enable

Whether to enable highlight undo [highlight-undo].

Type: boolean

Default: false

Example: true

Declared by:

<neovim-flake/modules/visuals/visuals.nix> -
vim.visuals.highlight-undo.duration

Duration of highlight

Type: signed integer

Default: 200

Declared by:

+
vim.visuals.highlight-undo.duration

Duration of highlight

Type: signed integer

Default: 500

Declared by:

<neovim-flake/modules/visuals/visuals.nix>
vim.visuals.highlight-undo.highlightForCount

Type: boolean

Default: true

Declared by:

<neovim-flake/modules/visuals/visuals.nix> diff --git a/release-notes.html b/release-notes.html index ac6e9ad..fa363cc 100644 --- a/release-notes.html +++ b/release-notes.html @@ -185,6 +185,8 @@ Streamlined and simplified extra plugin API with the addition of
  • Add lua LSP and treesitter support, and neodev.nvim plugin support +
  • +Add vim.lsp.mappings.toggleFormatOnSave keybind
  • amanse:

    • Added daily notes options for obsidian plugin