Skip to content

Commit

Permalink
disable vim plug setup
Browse files Browse the repository at this point in the history
  • Loading branch information
brettinternet committed Nov 11, 2024
1 parent 6f204b8 commit 4c88d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
# Allow direnv access to ~/.envrc
- ['[ -f "$HOME/.zinit/plugins/direnv---direnv/direnv" ] && direnv allow $HOME || true']
- ['[ -f /bin/zsh ] && /bin/zsh -c "source ~/.zshrc; zinit self-update"']
- ['/usr/bin/vim +PlugInstall +qall > /dev/null']
# - ['[ -x "$(command -v vim)" ] && /usr/bin/vim +PlugInstall +qall > /dev/null']
- ['[ -x "$(command -v nvim)" ] && nvim --headless "+Lazy! sync" -c "quitall"']
- ['[ -x "$(command -v doom)" ] && doom upgrade || true']
-
Expand Down

0 comments on commit 4c88d8a

Please sign in to comment.