Skip to content

Commit

Permalink
Make eyaml as yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
benohara committed Nov 10, 2013
1 parent e52ed61 commit 55001e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions ftdetect/eyaml.vim
@@ -0,0 +1 @@
au BufNewFile,BufRead *.eyaml setlocal ft=yaml
3 changes: 3 additions & 0 deletions plugin/settings/ctrlp.vim
Expand Up @@ -19,3 +19,6 @@ let g:ctrlp_prompt_mappings = {
\ 'AcceptSelection("e")': ['<c-t>'],
\ 'AcceptSelection("t")': ['<cr>', '<2-LeftMouse>'],
\ }

let g:ctrlp_match_window = 'bottom,order:btt,min:1,max:20,results:25'

1 change: 1 addition & 0 deletions vundles.vim
Expand Up @@ -111,4 +111,5 @@ if count(g:vundles, 'misc')
Bundle 'tpope/vim-markdown'
Bundle 'spf13/vim-preview'
Bundle 'tpope/vim-cucumber'
Bundle 'markcornick/vim-vagrant'
endif

0 comments on commit 55001e4

Please sign in to comment.