formatting

This commit is contained in:
ManjaroOne666 2018-03-20 22:33:41 +00:00
parent 3832824b39
commit f63ed81098
1 changed files with 4 additions and 1 deletions

View File

@ -72,6 +72,9 @@ Plugin 'junegunn/vim-peekaboo'
" vim-gutentags
" https://github.com/ludovicchabant/vim-gutentags
Plugin 'ludovicchabant/vim-gutentags'
" vim-qlist
" https://github.com/romainl/vim-qlist/
" Plugin 'romainl/vim-qlist'
" All of your Plugins must be added before the following line
call vundle#end() " required
@ -142,7 +145,7 @@ let g:ale_fixers = {'javascript': ['eslint']}
" ultisnips
let g:UltiSnipsSnippetsDir="~/.vim/UltiSnips"
let g:UltiSnipsSnippetsDir='~/.vim/UltiSnips'
" Trigger configuration. Do not use <tab> if you use https://github.com/Valloric/YouCompleteMe.
let g:UltiSnipsExpandTrigger='<c-j>'
let g:UltiSnipsJumpForwardTrigger='<c-b>'