You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
let g:deoplete#enable_at_startup = 1 |
|
|
|
" deoplete tab-complete |
|
inoremap <expr><tab> pumvisible() ? "\<c-n>" : "\<tab>" |
|
" tern |
|
autocmd FileType javascript nnoremap <silent> <buffer> gb :TernDef<CR> |