We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1122b20 commit 396ff81Copy full SHA for 396ff81
Dockerfile
@@ -13,6 +13,7 @@ RUN cd neovim && make CMAKE_BUILD_TYPE=RelWithDebInfo && make install
13
ARG PLUG_DIR="root/.local/share/nvim/site/pack/packer/start"
14
RUN git clone https://github.com/nvim-lua/plenary.nvim $PLUG_DIR/plenary.nvim
15
RUN git clone https://github.com/MunifTanjim/nui.nvim $PLUG_DIR/nui.nvim
16
+RUN git clone https://github.com/nvim-tree/nvim-web-devicons.git $PLUG_DIR/nvim-web-devicons
17
COPY . $PLUG_DIR/neo-tree.nvim
18
19
WORKDIR $PLUG_DIR/neo-tree.nvim
0 commit comments