update all the things

This commit is contained in:
Barak Michener 2014-01-20 19:55:23 -05:00
parent c05c682adc
commit 9674c8cca9
13 changed files with 116 additions and 9 deletions

11
.vimrc
View file

@ -174,8 +174,14 @@ let g:ConqueTerm_SendVisKey = '<Leader>ss'
" * YouCompleteMe
let g:ycm_global_ycm_extra_conf = '~/.ycm_extra_conf.py'
let g:ycm_confirm_extra_conf = 0
let g:ycm_add_preview_to_completeopt = 1
let g:ycm_autoclose_preview_window_after_completion = 1
"let g:ycm_add_preview_to_completeopt = 1
"let g:ycm_autoclose_preview_window_after_completion = 1
" * UltiSnips
let g:UltiSnipsSnippetDirectories=["UltiSnips", "snippets"]
let g:UltiSnipsExpandTrigger="<Leader>,"
let g:UltiSnipsJumpForwardTrigger="<Leader>,"
let g:UltiSnipsJumpBackwardTrigger="<Leader><s-,>"
" * MinBufExplorer
"let g:miniBufExplMapWindowNavVim = 1
@ -469,6 +475,7 @@ nnoremap <silent> <Leader>o :CtrlPBuffer<CR>
"nnoremap <Leader>p :PTW
nnoremap <Leader>p :LustyJugglePrevious<CR>
nnoremap <Leader>jd :YcmCompleter GoToDefinitionElseDeclaration<CR>
nnoremap <Leader>ii :GhcModInfo!<CR>
" ** EXTRA INCLUDES **
"