From d5d48be32a9b865c659f246b1a5762765d5df8b7 Mon Sep 17 00:00:00 2001 From: jxu <7989982+jxu@users.noreply.github.com> Date: Wed, 11 Jun 2025 21:22:30 -0400 Subject: docs(millet): update install target to millet-ls #3903 --- lua/lspconfig/configs/millet.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua') diff --git a/lua/lspconfig/configs/millet.lua b/lua/lspconfig/configs/millet.lua index e8700541..923dc598 100644 --- a/lua/lspconfig/configs/millet.lua +++ b/lua/lspconfig/configs/millet.lua @@ -17,8 +17,8 @@ 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` +3. Run `cargo build --release --bin millet-ls` +4. Move `target/release/millet-ls` to somewhere on your $PATH as `millet` ]], }, } -- cgit v1.2.3-70-g09d2