fix snippets

This commit is contained in:
Barak Michener 2014-05-31 17:32:38 -04:00
parent bb5a2c1188
commit 21022e3c29
5 changed files with 5 additions and 35 deletions

2
.vimrc
View file

@ -110,6 +110,7 @@ Plugin 'eagletmt/neco-ghc'
Plugin 'eagletmt/ghcmod-vim'
Plugin 'Shougo/vimproc.vim'
Plugin 'SirVer/ultisnips'
Bundle 'honza/vim-snippets'
Plugin 'JuliaLang/julia-vim'
Plugin 'tpope/vim-surround'
"https://git.wincent.com/command-t.git
@ -215,6 +216,7 @@ let g:ConqueTerm_SendVisKey = '<Leader>ss'
let g:ycm_global_ycm_extra_conf = '~/.ycm_extra_conf.py'
let g:ycm_confirm_extra_conf = 0
let g:ycm_key_invoke_completion = "<Leader><Tab>"
let g:ycm_use_ultisnips_completer = 1
"let g:ycm_add_preview_to_completeopt = 1
"let g:ycm_autoclose_preview_window_after_completion = 1