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/millet.lua | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'lsp/millet.lua') diff --git a/lsp/millet.lua b/lsp/millet.lua index de124302..ee53afbf 100644 --- a/lsp/millet.lua +++ b/lsp/millet.lua @@ -1,15 +1,15 @@ ---@brief --- --- https://github.com/azdavis/millet --- --- Millet, a language server for Standard ML --- --- To use with nvim: --- --- 1. Install a Rust toolchain: https://rustup.rs --- 2. Clone the repo --- 3. Run `cargo build --release --bin lang-srv` --- 4. Move `target/release/lang-srv` to somewhere on your $PATH as `millet` +--- https://github.com/azdavis/millet +--- +--- Millet, a language server for Standard ML +--- +--- To use with nvim: +--- +--- 1. Install a Rust toolchain: https://rustup.rs +--- 2. Clone the repo +--- 3. Run `cargo build --release --bin lang-srv` +--- 4. Move `target/release/lang-srv` to somewhere on your $PATH as `millet` return { cmd = { 'millet' }, filetypes = { 'sml' }, -- cgit v1.2.3-70-g09d2