Skip to content

Commit 55c4df4

Browse files
committed
🩹 install copilot.nvim plugin
1 parent 93ea9cf commit 55c4df4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎Dockerfile‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,5 @@ RUN mkdir --parents /root/.config && \
4343
RUN git clone https://github.com/github/copilot.vim.git /root/.config/nvim/pack/github/start/copilot.vim
4444

4545
# Instala copilot.vim
46-
RUN sed -i "s/'tpope\/vim-sleuth',/'tpope\/vim-sleuth','github\/copilot.vim',/" /root/.config/nvim/init.lua
47-
46+
RUN sed -i "s/require('lazy').setup({/require('lazy').setup({\n\t'github\/copilot.vim',/" /root/.config/nvim/init.lua
4847
COPY dotfiles/. /root/

0 commit comments

Comments
 (0)