Skip to content

Commit

Permalink
fix(setup): Ignore Vim launch
Browse files Browse the repository at this point in the history
Since M1 runner stacks with this operation.
  • Loading branch information
5ouma authored Feb 14, 2024
1 parent 4d7d0d6 commit 72b8b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ installVimPlugins() {
export MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc"
export VIMINIT="source $MYVIMRC"
vim +Jetpack +qall
gum run 'Building a binary of vim-lumen...' -- vim +qall!
# gum run 'Building a binary of vim-lumen...' -- vim +qall!
} && run 'installVimPlugins' '## 🖌 Install Vim plugins'

#==================================================[ Done! ]==================================================#
Expand Down

0 comments on commit 72b8b40

Please sign in to comment.