You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Upon opening a html template file in a django project, neovim doesn't automatically change filetype to htmldjango. :echo b:is_django returns 1
Description
Upon opening a html template file in a django project, neovim doesn't automatically change filetype to htmldjango.
:echo b:is_django
returns 1Issue
The filetype remains unchanged from
html
Expected
The filetype is changed to
htmldjango
Environment:
nvim -v
The text was updated successfully, but these errors were encountered: