-
Notifications
You must be signed in to change notification settings - Fork 3
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
Not clear where to put configuration #16
Comments
I have exactly the same problem, bump! |
Check this #6 |
Unsure of what I'm doing wrong, but everywhere where I'm using the {} syntax I get "Undefined variable" warning
Although I get snippets help everywhere. I copied the setup from that other post, but changed lang to python. It doesn't seem to parse the variables from other files. Am I missing some treesitter thing or something?
|
I in fact checked that and (using my modified version of kickstart) the lsp is started correctly. (I can maybe write a PR to write about it in the readme for future people to see?) The next problem is that, even if started correctly, when first starting the server it gives me the error: Edit: I should also mention that i am trying to use it with python. Maybe it's better to use the 'python' branch? |
Activate this LSP for Python files, by modifying filetypes = { 'jinja', 'python' }, Can you try to run it with this example? git clone https://github.com/uros-5/jinja-lsp.git --depth 1
cd jinja-lsp/example
git init .
nvim . Enable debugging. |
It works, I think the key is initing Git |
I would really like to use this language server, but i do not have a clue on where to put the configuration json string.
I am using neovim and installed the lsp using mason, but it is clearly not attaching to buffers.
If more informations are needed just ask me
The text was updated successfully, but these errors were encountered: