mirror of
https://github.com/Cian-H/my_nvim.git
synced 2025-12-23 16:41:57 +00:00
Initial setup
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user