diff options
Diffstat (limited to 'lsp/millet.lua')
| -rw-r--r-- | lsp/millet.lua | 20 |
1 files changed, 10 insertions, 10 deletions
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' }, |
