Skip to content

Commit

Permalink
Adding rust and vim-go
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhjk committed Nov 26, 2014
1 parent dbbeafc commit c8ed132
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ Plugin 'elixir-lang/vim-elixir'
Plugin 'kien/rainbow_parentheses.vim'
Plugin 'bling/vim-airline'
Plugin 'chriskempson/base16-vim'
Plugin 'wting/rust.vim'
Plugin 'fatih/vim-go'

call vundle#end()
filetype plugin indent on " required!
Expand Down Expand Up @@ -151,7 +153,6 @@ let g:ctrlp_switch_buffer = 0
let g:ctrlp_max_files = 20000



" CSApprox
if (&term == 'xterm')
set t_Co=256
Expand Down

0 comments on commit c8ed132

Please sign in to comment.