Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
Project specific vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeek committed Dec 4, 2014
1 parent ed47aa4 commit f3a62ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vimrc
Expand Up @@ -76,6 +76,9 @@ set wildignore=vendor/bundle/**,tmp/**,log/**,coverage/**,solr/data
" handle multiple buffers better
set hidden

" allow project specific vimrc
set exrc

" vundle setup
filetype off
set rtp+=~/.vim/bundle/vundle/
Expand Down Expand Up @@ -281,3 +284,5 @@ map <leader>r :call RunTestFile()<cr>
map <leader>R :call RunNearestTest()<cr>
" Run all test files
map <leader>a :call RunTests('spec')<cr>
" disable unsafe commands on project specific vimrc
set secure

0 comments on commit f3a62ea

Please sign in to comment.