aboutsummaryrefslogtreecommitdiff
path: root/tex.Dockerfile
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-02-01 14:02:03 +0100
committerpml68 <contact@pml68.dev>2025-02-01 14:02:03 +0100
commitbf6f75ee5650d68d510a9e0ed4844ed237cfb061 (patch)
treea17616fa9b9d931353a2afc7352116517014936e /tex.Dockerfile
parentfeat: set cmp throttle to 0ms (diff)
downloadnvim-bf6f75ee5650d68d510a9e0ed4844ed237cfb061.tar.gz
refactor: switch to „better” Dockerfile naming scheme [no ci]
Diffstat (limited to '')
-rw-r--r--tex.Dockerfile (renamed from Dockerfile.tex)2
1 files changed, 0 insertions, 2 deletions
diff --git a/Dockerfile.tex b/tex.Dockerfile
index 46a5ed9..8d04f2a 100644
--- a/Dockerfile.tex
+++ b/tex.Dockerfile
@@ -62,5 +62,3 @@ RUN nvim --headless +"Lazy! sync" +qa; rm -rf /root/.cache
RUN ln -sf /usr/bin/clangd /root/.local/share/nvim/mason/bin/clangd && ln -sf /root/.rustup/toolchains/nightly-x86_64-unknown-linux-musl/bin/rust-analyzer /root/.local/share/nvim/mason/bin/rust-analyzer
ENTRYPOINT ["/bin/bash"]
-
-# vi: ft=dockerfile