dotfiles/.config/yadm/bootstrap.d/08-nvim

6 lines
89 B
Text
Raw Normal View History

2025-02-21 07:46:27 +00:00
#!/bin/bash
if command -v nvim >/dev/null 2>&1; then
nvim '+PlugInstall' '+qall'
fi