From a81205d4ae64c3fa83297ec4b99de8473d732ae4 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Mon, 11 May 2015 18:31:40 +0900 Subject: [PATCH] Adding syntax highlighting for rust, disable searching tmp in CtrlP --- .vim/options.vim | 1 + .vim/plugins.vim | 1 + 2 files changed, 2 insertions(+) diff --git a/.vim/options.vim b/.vim/options.vim index fd115cf..5b4526e 100644 --- a/.vim/options.vim +++ b/.vim/options.vim @@ -41,6 +41,7 @@ set smarttab set t_Co=256 set tabstop=4 set ttyfast +set wildignore+=*/tmp/* set wildmenu set wrapmargin=1 diff --git a/.vim/plugins.vim b/.vim/plugins.vim index 0212184..348a91f 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -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'