Skip to content

Commit

Permalink
vim: Force ultisnips to use Python2 and enable it
Browse files Browse the repository at this point in the history
  • Loading branch information
JIghtuse committed Dec 18, 2015
1 parent 22734ff commit 09623bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vim/.vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Plugin 'Chiel92/vim-autoformat'
Plugin 'Lokaltog/vim-easymotion'
Plugin 'Shougo/vimproc.vim'
Plugin 'Shougo/vimshell.vim'
"Plugin 'SirVer/ultisnips'
Plugin 'SirVer/ultisnips'
Plugin 'Valloric/YouCompleteMe'
Plugin 'VundleVim/Vundle.vim'
Plugin 'altercation/vim-colors-solarized.git'
Expand Down Expand Up @@ -107,6 +107,7 @@ nmap <leader>j :YcmCompleter GoTo<CR>
nmap <leader>f :YcmCompleter FixIt<CR>
nmap <leader>y :YcmCompleter
let g:UltiSnipsUsePythonVersion = 2
let g:UltiSnipsExpandTrigger="<c-e>"
let g:UltiSnipsJumpForwardTrigger="<c-f>"
let g:UltiSnipsJumpBackwardTrigger="<c-b>"
Expand Down

0 comments on commit 09623bd

Please sign in to comment.