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 (
|