Fix typo in the common script
This commit is contained in:
parent
eead27ea4c
commit
6f6df6e32a
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ if [[ -z $NOVIM ]]; then
|
|||
echo "\n" | vim +PluginInstall +qa
|
||||
|
||||
if [[ -z $NOYCM ]]; then
|
||||
"Echo configuring YouCompleteMe"
|
||||
echo "configuring YouCompleteMe"
|
||||
cd ~/.vim/bundle/YouCompleteMe
|
||||
|
||||
if [[ -z $NOPYTHON3 ]]; then
|
||||
|
|
Loading…
Reference in a new issue