diff options
| author | jxu <7989982+jxu@users.noreply.github.com> | 2025-06-11 21:22:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-11 18:22:30 -0700 |
| commit | d5d48be32a9b865c659f246b1a5762765d5df8b7 (patch) | |
| tree | 0386dd824c17b9f7eb7a6e1fcc8501fb4840f52a /lua | |
| parent | fix: support :LspRestart without arguments #3895 (diff) | |
| download | nvim-lspconfig-d5d48be32a9b865c659f246b1a5762765d5df8b7.tar nvim-lspconfig-d5d48be32a9b865c659f246b1a5762765d5df8b7.tar.gz nvim-lspconfig-d5d48be32a9b865c659f246b1a5762765d5df8b7.tar.bz2 nvim-lspconfig-d5d48be32a9b865c659f246b1a5762765d5df8b7.tar.lz nvim-lspconfig-d5d48be32a9b865c659f246b1a5762765d5df8b7.tar.xz nvim-lspconfig-d5d48be32a9b865c659f246b1a5762765d5df8b7.tar.zst nvim-lspconfig-d5d48be32a9b865c659f246b1a5762765d5df8b7.zip | |
docs(millet): update install target to millet-ls #3903
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/configs/millet.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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` ]], }, } |
