-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Enable coc-html for other filetypes #8
Comments
i had a similar issue with
i couldn't get it to work with |
same issue here and for that reason coc-snippets can't load htmldjango.snippets @chemzqm I add all the config above witch @AdrienLemaire mentioned, update NPM, adding coc-html config, g:coc_filetype_map. others suggestions pls |
I am having the same problem.
Only Am I doing something wrong, or is this a problem on the lib side? |
Related: #4, #5
I would like the coc-html ipc to be started on .html files with filetype=htmldjango.
Expected:
would start coc-html on files with filetype = html or htmldjango
Currently:
Only files with filetype=html are started.
is not a proper fix, because formatting an htmldjango file will ignore django template tags and format as if it was a regular html file.
Other plugins, like coc-tailwindcss, behave nicely.
I couldn't figure out how coc plugins are getting started based on the filetype, so do not know a proper fix for this issue.
The text was updated successfully, but these errors were encountered: