This repository was archived by the owner on Nov 12, 2022. It is now read-only.
Tailwindcss doesn't work for django #503
-
I have successfully installed the tailwindcss lsp using nvim-lsp-installer, but it seems that it doesn't recognize htmldjango as a filetype and hence no auto complete on these types of files. |
Beta Was this translation helpful? Give feedback.
Answered by
williamboman
Feb 24, 2022
Replies: 1 comment 3 replies
-
Hello! It seems like You can always override the default settings, but in this case I think this ought to be fixed upstream in lspconfig. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
williamboman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! It seems like
htmldjango
is not a configured filetype for tailwind in lspconfig. I see there'sdjango-html
though.You can always override the default settings, but in this case I think this ought to be fixed upstream in lspconfig.