How do I enable Askama template autocompletions for a basic Rust project using askama and actix-web? #777
Replies: 2 comments 2 replies
-
What would you want to autocomplete, html tags? |
Beta Was this translation helpful? Give feedback.
2 replies
-
As this is not a nixvim-related question, I will mark this discussion as "closed" (helps with triage). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this template:
and this HTML file:
There is no autocomplete in the HTML file. I remember some time ago I had autocomplete in there using neovim.
Here's my LSP config:
I do have LSP in rust files.
Beta Was this translation helpful? Give feedback.
All reactions