Adding syntax highlighting for rust, disable searching tmp in CtrlP

This commit is contained in:
Alex Yatskov 2015-05-11 18:31:40 +09:00
parent faea649a9f
commit a81205d4ae
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@ set smarttab
set t_Co=256
set tabstop=4
set ttyfast
set wildignore+=*/tmp/*
set wildmenu
set wrapmargin=1

View File

@ -21,6 +21,7 @@ Plug 'https://github.com/ntpeters/vim-better-whitespace.git'
Plug 'https://github.com/othree/html5.vim.git'
Plug 'https://github.com/pangloss/vim-javascript.git'
Plug 'https://github.com/plasticboy/vim-markdown.git'
Plug 'https://github.com/rust-lang/rust.vim'
Plug 'https://github.com/scrooloose/nerdtree.git'
Plug 'https://github.com/tomasr/molokai.git'
Plug 'https://github.com/tpope/vim-abolish.git'