Skip to content

Commit

Permalink
Update vim configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
chinkulkarni committed Aug 22, 2018
1 parent cc2149b commit 069c8cd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion misc/dev/vim/plugged/rust.vim
Submodule rust.vim deleted from b6d88a
1 change: 0 additions & 1 deletion misc/dev/vim/plugged/vim-toml
Submodule vim-toml deleted from f96b26
2 changes: 1 addition & 1 deletion scripts/setup.py
Expand Up @@ -96,7 +96,7 @@ def setupDevEnvt():
printColor("bold", "=============== Setting up Dev Environment ===========")
subprocess.check_call("cp ./misc/dev/vimrc-sample ~/.vimrc", shell=True)
subprocess.check_call("cp -r ./misc/dev/vim ~/.vim", shell=True)
subprocess.check_call("vim +PlugClean +y +PlugInstall +qall", shell=True)
subprocess.check_call("vim +PlugClean +PlugInstall +qall", shell=True)

"""This function installs the nightly version of Rust.
"""
Expand Down

0 comments on commit 069c8cd

Please sign in to comment.