Skip to content
Snippets Groups Projects
Commit 37bb52ea authored by GuelaKais's avatar GuelaKais Committed by FioLaKais shassera
Browse files

added missing dependency for the neovide editor

parent 80b16baf
Branches
No related merge requests found
...@@ -26,6 +26,8 @@ RUN echo 'source $HOME/.cargo/env' >> $HOME/.bashrc ...@@ -26,6 +26,8 @@ RUN echo 'source $HOME/.cargo/env' >> $HOME/.bashrc
RUN cargo install cargo-outdated RUN cargo install cargo-outdated
RUN cargo install maturin RUN cargo install maturin
RUN cargo install evcxr_repl RUN cargo install evcxr_repl
RUN wget https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage
RUN chmod u+x nvim.appimage && ./nvim.appimage
RUN git clone https://github.com/neovide/neovide RUN git clone https://github.com/neovide/neovide
WORKDIR /neovide WORKDIR /neovide
RUN cargo build --release RUN cargo build --release
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment