osv / ac-html-bootstrap

Bootstrap completion candidates for ac-html.el
14 stars 3 forks source link

Installed this package and not completing. #3

Closed dentrinh closed 9 years ago

dentrinh commented 9 years ago

I tried to use this package but it doesn't seem to completing with bootstrap classes or fontawesome. I only try to complete font awesome in the tags as well. Could an updated example be provided? Thanks.

osv commented 9 years ago

What you use, ac-html or company-web (I use company-web)? Where you try to autocomplete, jade, html?

You can check my emacs repo for my web configuration.

I don't enable it by default, so every new file I visit I use company-web-bootstrap+ to enable it, also remeber, by default you need type 3 chars to fire autocomple :)

dentrinh commented 9 years ago

I use ac-html and I am trying to autocomplete html. I will take a look at your configuration. I might just switch over and use company-web at this point since it works for you.

Thanks for the friendly tip. I remember ;)

dentrinh commented 9 years ago

Finally had some time to revisit this and I got it to play nicely with ac-html and company-web. I set it up so that ac-html completes with auto-complete-mode and ac-html-bootstrap completes with company-mode/company-web. Thanks for the help and neat package.

osv commented 9 years ago

Good to hear it :)