mirror of
https://github.com/Cian-H/my_nvim.git
synced 2026-02-20 15:58:04 +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
|