dotfiles/conf.d/nvim/install

9 lines
193 B
Plaintext
Raw Normal View History

2021-02-19 12:14:51 +00:00
#!/usr/bin/env bash
echo "Updating/cleaning Nvim plugins."
source $XDG_CONFIG_HOME/nvim/init.vim
# Thanks for greywh in #vim for this tip
nvim -e -c ':PlugInstall' -c ':PlugClean' -c ':qa!'