new lint help

This commit is contained in:
Barak Michener 2016-01-08 15:29:18 -05:00
parent 213c502aeb
commit 96e8a1d428
8 changed files with 481 additions and 70 deletions

5
.vimrc
View file

@ -64,6 +64,9 @@ set t_Sb=ESC[4%dm
"set relativenumber
"set colorcolumn=81
"endif
" ** PATH SETTINGS **
let $RUST_SRC_PATH="/usr/src/rust/src/"
" ** FILETYPE SETTINGS **
filetype off
@ -120,6 +123,8 @@ NeoBundle 't-yuki/vim-go-coverlay'
NeoBundle 'tpope/vim-abolish'
NeoBundle 'hylang/vim-hy'
NeoBundle 'jiangmiao/auto-pairs'
NeoBundle 'rust-lang/rust.vim'
NeoBundle 'racer-rust/vim-racer'
"https://git.wincent.com/command-t.git
call neobundle#end()
filetype plugin indent on " required