Travis
Results
1
comments of
Travis
According to this https://github.com/atom/autocomplete-plus/wiki/Autocomplete-Providers, we should install **autocomplete-bibtex** first. And the scopes should be 'source.gfm' instead of 'source.md'. So it would be something like this. ``` { scopes: ['source.gfm'], prefixes:...