Skip to content

Commit

Permalink
Add vim-racer plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfs committed May 17, 2016
1 parent e4ccbd5 commit bd9198d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .bashrc
Expand Up @@ -6,6 +6,7 @@ export BROWSER=chromium
export EDITOR=vim
export HISTCONTROL=ignoredups
export SCONSFLAGS="-Q -j 3"
export RUST_SRC_PATH="$HOME/rust/src/"

shopt -s checkwinsize

Expand Down
2 changes: 2 additions & 0 deletions .vimrc
Expand Up @@ -14,6 +14,7 @@ Plugin 'rust-lang/rust.vim'
Plugin 'bling/vim-airline'
Plugin 'kien/ctrlp.vim'
Plugin 'Raimondi/delimitMate'
Plugin 'racer-rust/vim-racer'

call vundle#end()
filetype plugin indent on
Expand All @@ -28,6 +29,7 @@ set cindent
set cursorline
set hlsearch
set mouse=r " enable middle mouse button paste
set hidden

" runtime syntax/colortest.vim
" :so $VIMRUNTIME/syntax/hitest.vim
Expand Down

0 comments on commit bd9198d

Please sign in to comment.