From f8b5cbe6312b568def1f91d747e2cdb8984fdf2e Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 18 Apr 2025 17:44:38 +0200 Subject: docs: cleanup - brief should live at the top of each file - fix indentation for some docs --- lsp/marksman.lua | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'lsp/marksman.lua') diff --git a/lsp/marksman.lua b/lsp/marksman.lua index 47c6624e..6f436e4a 100644 --- a/lsp/marksman.lua +++ b/lsp/marksman.lua @@ -1,15 +1,16 @@ +---@brief +--- +--- https://github.com/artempyanykh/marksman +--- +--- Marksman is a Markdown LSP server providing completion, cross-references, diagnostics, and more. +--- +--- Marksman works on MacOS, Linux, and Windows and is distributed as a self-contained binary for each OS. +--- +--- Pre-built binaries can be downloaded from https://github.com/artempyanykh/marksman/releases + local bin_name = 'marksman' local cmd = { bin_name, 'server' } ----@brief ---- --- https://github.com/artempyanykh/marksman --- --- Marksman is a Markdown LSP server providing completion, cross-references, diagnostics, and more. --- --- Marksman works on MacOS, Linux, and Windows and is distributed as a self-contained binary for each OS. --- --- Pre-built binaries can be downloaded from https://github.com/artempyanykh/marksman/releases return { cmd = cmd, filetypes = { 'markdown', 'markdown.mdx' }, -- cgit v1.2.3-70-g09d2