do not use vim-racer nor install racer globally anymore, use YCM for completion solely
This commit is contained in:
parent
80d45b6043
commit
6033245203
4 changed files with 1 additions and 6 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -53,9 +53,6 @@
|
||||||
[submodule ".vim/bundle/rust.vim"]
|
[submodule ".vim/bundle/rust.vim"]
|
||||||
path = .vim/bundle/rust.vim
|
path = .vim/bundle/rust.vim
|
||||||
url = https://github.com/rust-lang/rust.vim.git
|
url = https://github.com/rust-lang/rust.vim.git
|
||||||
[submodule ".vim/bundle/racer"]
|
|
||||||
path = .vim/bundle/racer
|
|
||||||
url = https://github.com/phildawes/racer.git
|
|
||||||
[submodule ".vim/bundle/YouCompleteMe"]
|
[submodule ".vim/bundle/YouCompleteMe"]
|
||||||
path = .vim/bundle/YouCompleteMe
|
path = .vim/bundle/YouCompleteMe
|
||||||
url = https://github.com/Valloric/YouCompleteMe.git
|
url = https://github.com/Valloric/YouCompleteMe.git
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit f877a066cda349f8747a8d2de3ca7bcb4603dcfb
|
|
|
@ -86,7 +86,6 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cargo install -f rustfmt
|
cargo install -f rustfmt
|
||||||
cargo install -f racer
|
|
||||||
|
|
||||||
cd "$DIR/.vim/bundle/YouCompleteMe/"
|
cd "$DIR/.vim/bundle/YouCompleteMe/"
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
|
@ -8,7 +8,7 @@ sudo dnf -y --best --allowerasing install vim tmux atop zsh thunderbird thunderb
|
||||||
FEDORA_VERSION=`rpm -E %fedora`
|
FEDORA_VERSION=`rpm -E %fedora`
|
||||||
sudo dnf -y install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$FEDORA_VERSION.noarch.rpm
|
sudo dnf -y install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$FEDORA_VERSION.noarch.rpm
|
||||||
sudo dnf -y install http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$FEDORA_VERSION.noarch.rpm
|
sudo dnf -y install http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$FEDORA_VERSION.noarch.rpm
|
||||||
sudo dnf -y --best --allowerasing install vlc splix gutenprint-cups cups-bjnp keepass mplayer golang
|
sudo dnf -y --best --allowerasing install vlc splix gutenprint-cups cups-bjnp keepass mplayer golang ncurses-compat-libs
|
||||||
sudo dnf -y groupinstall "C Development Tools and Libraries"
|
sudo dnf -y groupinstall "C Development Tools and Libraries"
|
||||||
|
|
||||||
if [[ -z $DONT_START_TOR ]]; then
|
if [[ -z $DONT_START_TOR ]]; then
|
||||||
|
|
Loading…
Reference in a new issue