documents
This commit is contained in:
@ -5,6 +5,10 @@ ARG NVIM="/nvim-linux64/bin/nvim"
|
|||||||
|
|
||||||
RUN yum install -y wget git npm gcc go unzip
|
RUN yum install -y wget git npm gcc go unzip
|
||||||
|
|
||||||
|
# This part installs my dotfiles.
|
||||||
|
# If you want to do this with yours, you need to install your configuration files to ~/.config/nvim.
|
||||||
|
# You also need to make sure to sync your nvim packages, in this case, using lazy.
|
||||||
|
|
||||||
# downlad neovim binary
|
# downlad neovim binary
|
||||||
RUN wget "https://github.com/neovim/neovim/releases/download/${VERSION}/nvim-linux64.tar.gz"
|
RUN wget "https://github.com/neovim/neovim/releases/download/${VERSION}/nvim-linux64.tar.gz"
|
||||||
RUN tar -xvf nvim-linux64.tar.gz
|
RUN tar -xvf nvim-linux64.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user