From 1a3dff969c8eaeb907e9919c67f2d8502ef7ecad Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Fri, 19 Jan 2024 05:16:36 +0000 Subject: [PATCH] deploy: f2c841340755435ef7c0c6831ed1760d37b7720b --- options.html | 102 +++++++++++++++++++++++++++++++++++++++++++++ release-notes.html | 2 +- 2 files changed, 103 insertions(+), 1 deletion(-) diff --git a/options.html b/options.html index 6a7ca1e..2678cb6 100644 --- a/options.html +++ b/options.html @@ -8609,6 +8609,108 @@ boolean

Default: true

+

Declared by:

+ + +
+ +<neovim-flake/modules/languages/markdown/markdown.nix> + +
+ +
+ + vim.languages.markdown.glow.mappings.openPreview + + +
+
+

Open preview

+ +

Type: +null or string

+ +

Default: +"<leader>p"

+ +

Declared by:

+ + +
+ +<neovim-flake/modules/languages/markdown/markdown.nix> + +
+
+
+ + vim.languages.markdown.lsp.enable + + +
+
+

Whether to enable Enable Markdown LSP support.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<neovim-flake/modules/languages/markdown/markdown.nix> + +
+
+
+ + vim.languages.markdown.lsp.package + + +
+
+

Markdown LSP server package, or the command to run as a list of strings

+ +

Type: +package or list of string

+ +

Default: +<derivation marksman-2023-12-09>

+ +

Example: +"[lib.getExe pkgs.jdt-language-server \" - data \" \" ~/.cache/jdtls/workspace \"]"

+ +

Declared by:

+ + +
+ +<neovim-flake/modules/languages/markdown/markdown.nix> + +
+
+
+ + vim.languages.markdown.lsp.server + + +
+
+

Markdown LSP server to use

+ +

Type: +value “marksman” (singular enum)

+ +

Default: +"marksman"

+

Declared by:

diff --git a/release-notes.html b/release-notes.html index 6bfbeef..d07aec4 100644 --- a/release-notes.html +++ b/release-notes.html @@ -91,7 +91,7 @@ from attrsOf str to attrsOf (

Release 0.6

Table of Contents

Changelog

Release notes for release 0.6

Changelog

ksonj:

  • Add Terraform language support

horriblename:

  • Fixed empty winbar when breadcrumbs are disabled

notashelf:

  • Finished moving to nixosOptionsDoc in the documentation and changelog. We are fully free of asciidoc now

  • Bumped plugin inputs to their latest versions

  • Deprecated presence.nvim in favor of neocord. This means vim.rich-presence.presence-nvim is removed and will throw a warning if used. You are recommended to rewrite your neocord config from scratch based on the -official documentation

donnerinoern:

  • Added Gruvbox theme

+official documentation

donnerinoern:

  • Added Gruvbox theme

  • Added marksman LSP for Markdown

  • Fixed Markdown-previewer Glow not working and added an option for changing the preview keybind