Skip to content

Commit

Permalink
add ycm + ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kballenegger committed Oct 13, 2016
1 parent dffccf9 commit 25d605f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vimrc
Expand Up @@ -402,6 +402,12 @@ if filereadable($HOME . "/.vim/bundle/you-complete-me/third_party/ycmd/ycm_core.
let g:UltiSnipsJumpForwardTrigger="<tab>"
endif

" ycm + typescript autocomplete
if !exists("g:ycm_semantic_triggers")
let g:ycm_semantic_triggers = {}
endif
let g:ycm_semantic_triggers['typescript'] = ['.']

" easy-align
vnoremap <leader>a :LiveEasyAlign<cr>
nmap <leader>a vii:LiveEasyAlign<cr>
Expand Down

0 comments on commit 25d605f

Please sign in to comment.