From 7fcfe9fbce49a51dcb326d070709f6160225a13b Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Wed, 31 Dec 2025 23:53:09 +0100 Subject: feat: remove neovim-tex --- README.md | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5892b84..548ab4e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ My custom Neovim setup Download into your config directory ```sh -git clone --depth=1 https://github.com/pml68/nvim-setup ~/.config/nvim +git clone --depth=1 https://git.sr.ht/~pml68/nvim-setup ~/.config/nvim ``` ## Usage with Docker @@ -19,7 +19,7 @@ docker pull ghcr.io/pml68/neovim:latest Or build it ```sh -docker build -t neovim -f Dockerfile . +docker build -t neovim . ``` And then run it @@ -28,21 +28,3 @@ docker run -it neovim:latest ``` The image size is somewhere around 4.3GB due to every language I use being included (Rust nightly, C# with .NET, Java 21 and 17 etc.) - -### TeX - -There is also an image that contains texlive packages I use on top of everything in the base image. The size is ~5.2GB. - -Pull or build the image -```sh -docker pull ghcr.io/pml68/neovim-tex:latest - -# OR - -docker build -t neovim-tex -f Dockerfile.tex . -``` - -And run it -```sh -docker run -it neovim-tex:latest -``` -- cgit v1.2.3