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'