Added ycm_extra_conf.py

This commit is contained in:
Thomas FORGIONE
2016-10-15 12:30:58 +02:00
parent c3b661e730
commit 52c9e0bc04
3 changed files with 215 additions and 5 deletions

4
vimrc
View File

@@ -19,6 +19,10 @@ Plugin 'suan/vim-instant-markdown'
Plugin 'Valloric/YouCompleteMe'
" Generate doc for typescript functions
Plugin 'https://gogs.tforgione.fr/tforgione/typescript-doc.git'
" Coloration for javascript
Plugin 'jelera/vim-javascript-syntax'
" Coloration for typescript
Plugin 'leafgarland/typescript-vim'
call vundle#end() " required
filetype plugin indent on " required