Skip to content

Commit

Permalink
Fix bootstrap with blink
Browse files Browse the repository at this point in the history
  • Loading branch information
ViViDboarder committed Sep 17, 2024
1 parent 14a5983 commit ff18088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim-sync-append.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if hash nvim 2>/dev/null; then
nvim --headless -c "lua require('plugins.treesitter').bootstrap()" -c quitall
fi
if hash vim 2>/dev/null; then
vim +PlugInstall +qall
vim +BlinkUpdate +qall
fi


Expand Down

0 comments on commit ff18088

Please sign in to comment.