maralla / completor.vim

Async completion framework made ease.
MIT License
1.29k stars 63 forks source link

How can I reset c/cpp trigger to make good collaboration with xaizek/vim-inccomplete? #193

Open hackingcat opened 6 years ago

hackingcat commented 6 years ago

just like this , let g:deoplete#omni#input_patterns.cpp =['[^. \t].\w', '[^. \t]\::\w', '[^. \t]->\w', '[<"].*/']