We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a835875 commit faf1464Copy full SHA for faf1464
install-plugins.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
function install {
4
- cp vimrc $HOME/.vimrc
+ sudo cp vimrc $HOME/.vimrc
5
sudo vim +PluginClean +qall
6
sudo vim +PluginInstall +qall
7
}
0 commit comments