Skip to content

Commit 396ff81

Browse files
chore(dockerfile): add nvim-web-devicons (#1289)
1 parent 1122b20 commit 396ff81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN cd neovim && make CMAKE_BUILD_TYPE=RelWithDebInfo && make install
1313
ARG PLUG_DIR="root/.local/share/nvim/site/pack/packer/start"
1414
RUN git clone https://github.com/nvim-lua/plenary.nvim $PLUG_DIR/plenary.nvim
1515
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
1617
COPY . $PLUG_DIR/neo-tree.nvim
1718

1819
WORKDIR $PLUG_DIR/neo-tree.nvim

0 commit comments

Comments
 (0)