mirror of
https://github.com/Cian-H/my_nvim.git
synced 2025-12-22 16:21:56 +00:00
7 lines
219 B
Docker
7 lines
219 B
Docker
FROM docker.io/anatolelucet/neovim:nightly
|
|
|
|
RUN apk add fzf git nodejs python3 py3-pynvim ripgrep zig
|
|
RUN mkdir ~/.config/
|
|
RUN git clone https://github.com/Cian-H/my_nvim_config.git
|
|
RUN mv my_nvim_config ~/.config/nvim
|