Removed mistakenly leftover line from initial config

This commit is contained in:
2025-01-22 14:39:39 +00:00
parent 8df0f729e4
commit bad1f4a545

View File

@@ -1,7 +1,6 @@
FROM docker.io/anatolelucet/neovim:nightly
RUN apk add fzf git nodejs python3 py3-pynvim ripgrep zig
RUN chmod +x /bin/node
RUN mkdir ~/.config/
RUN git clone https://github.com/Cian-H/my_nvim_config.git
RUN mv my_nvim_config ~/.config/nvim