aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.tex
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-01-05 00:16:22 +0100
committerpml68 <contact@pml68.dev>2025-01-05 00:16:22 +0100
commit6d805c118dc79b73d174d78639c77429ca4c2647 (patch)
tree2410e38baf779a5b0a6e6c23178da5c1f51df662 /Dockerfile.tex
parentfix: revert to rust.vim, fix weird cmp behavior (diff)
downloadnvim-6d805c118dc79b73d174d78639c77429ca4c2647.tar.gz
feat: switch to nightly rust-analyzer from rustup
Diffstat (limited to 'Dockerfile.tex')
-rw-r--r--Dockerfile.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.tex b/Dockerfile.tex
index 54654e0..a924947 100644
--- a/Dockerfile.tex
+++ b/Dockerfile.tex
@@ -46,7 +46,7 @@ RUN apk add --no-cache texlive \
RUN git clone --filter=blob:none https://github.com/folke/lazy.nvim.git --branch=stable /root/.local/share/nvim/lazy/lazy.nvim
# set up Rust
-RUN rustup-init -y --default-toolchain none && /root/.cargo/bin/rustup toolchain install nightly --allow-downgrade --profile minimal --component rustfmt,rust-src,clippy && echo -e "[unstable]\ngc = true" > /root/.cargo/config.toml
+RUN rustup-init -y --default-toolchain none && /root/.cargo/bin/rustup toolchain install nightly --allow-downgrade --profile minimal --component rustfmt,rust-src,clippy,rust-analyzer && echo -e "[unstable]\ngc = true" > /root/.cargo/config.toml
# copy config files
COPY .bashrc .bashrc