mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 19:47:47 +00:00
Update docker to use Lazy
This commit is contained in:
parent
0c84a3fcd1
commit
b10b4ca0b0
@ -55,7 +55,7 @@ RUN ./install-helpers.py
|
|||||||
COPY --chown=vividboarder:users ./neovim $HOME/.config/nvim
|
COPY --chown=vividboarder:users ./neovim $HOME/.config/nvim
|
||||||
|
|
||||||
# Sync packer plugins
|
# Sync packer plugins
|
||||||
RUN nvim --headless -c "autocmd User PackerComplete quitall" -c "PackerBootstrap"
|
RUN nvim --headless "+Lazy! sync" +qa
|
||||||
# Bootstrap treesitter parsers
|
# Bootstrap treesitter parsers
|
||||||
RUN nvim --headless -c "lua require('plugins.treesitter').bootstrap()" -c quitall
|
RUN nvim --headless -c "lua require('plugins.treesitter').bootstrap()" -c quitall
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user