Skip to content

Commit

Permalink
Install satellite in the devcontainer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Nov 4, 2024
1 parent b390575 commit de515cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ _clean-dependencies:

# Clone any neovim dependencies required for the plugin.
_clone-dependencies: _clean-dependencies
for dependency in AndrewRadev/switch.vim andymass/vim-matchup neovim/nvim-lspconfig nvim-lua/plenary.nvim tomtom/tcomment_vim; do \
for dependency in AndrewRadev/switch.vim andymass/vim-matchup neovim/nvim-lspconfig nvim-lua/plenary.nvim tomtom/tcomment_vim lewis6991/satellite.nvim; do \
git clone --quiet --filter=blob:none "https://github.com/$dependency" "{{ packpath }}/$(basename $dependency)"; \
done

Expand Down

0 comments on commit de515cc

Please sign in to comment.