-
-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work for *.conf filetypes (and maybe others?) #9
Comments
I can confirm this problem! I have no idea why, yet, though, but I'm working on another few issues, so I'll try to address it very soon. And thanks :) |
@norcalli I think I found out the problem: The --- edit --- I think this is not colorizer fault, but maybe we can add the information on the README that won't work for buffers without filetype? (since the AutoCmds won't be run) |
The problem probably originates in the The setup function is just a thin wrapper around calling If you do You can use this with options too (as the second parameter). In the meantime, it would seem that making an autocmd for |
Yeah, adding the filetype solves the problem for me. Great plugin |
@filipekiss yeah, adding it to the README is a good idea. I'll keep this issue open for now for future travelers. |
Made a pull-request with the information. :D Hope it helps. |
I installed your plugin and was working with a
*.conf
file and noticed the colors weren't working. I thought I was messing the configuration, but it works when I'm on a*.sass
file. Here's a gist with both files and aminimal.vim
rc for reproduction.Great plugin, btw!
The text was updated successfully, but these errors were encountered: