jinja-lsp
jinja-lsp copied to clipboard
Language Server for jinja
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...
I used recommended setup: ``` vim.filetype.add { extension = { jinja = 'jinja', jinja2 = 'jinja', j2 = 'jinja', }, } -- if you want to debug vim.lsp.set_log_level("debug") if vim.fn.has...
I am using jinja-lsp for language server support in my Neovim setup, and I would like to configure it to ignore undefined_variable errors. How can I achieve this? Are there...
Sometimes we cannot choose what editor to use at work, it would be great if this tool is also easy to integrate in vscode. Tks for your work!