Skip to content

Commit

Permalink
Adding vim-behat plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarouth committed Jan 16, 2013
1 parent 3be8d06 commit 89725ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -102,3 +102,6 @@
[submodule "bundle/php.vim"]
path = bundle/php.vim
url = git://github.com/StanAngeloff/php.vim.git
[submodule "bundle/vim-behat"]
path = bundle/vim-behat
url = git://github.com/veloce/vim-behat.git
1 change: 1 addition & 0 deletions bundle/vim-behat
Submodule vim-behat added at 9119bf
3 changes: 3 additions & 0 deletions vimrc
Expand Up @@ -159,6 +159,9 @@ let g:gist_detect_filetype = 1
" YankRing
nnoremap <silent> <F11> :YRShow<CR>
" Behat
let feature_filetype = 'behat'

" Presentation colors
function! PresentationMode()
colorscheme sienna
Expand Down

0 comments on commit 89725ad

Please sign in to comment.