quarto-nvim
quarto-nvim copied to clipboard
add quarto-lsp
once the quarto lsp is ready.
Might give include things along the lines of "jump to definition" for quarto/pandoc references and other quarto concepts mapped to a language.
Hey! Thanks a lot for all the great work you're doing. I have a question: What exactly is the quarto lsp you are referring to? I have not seen any repos for this?
Thank you for your kind words! The code for the quarto lsp currently lives here: https://github.com/quarto-dev/quarto/tree/main/apps/lsp. I assume this is because it is developed alongside the quarto VS code extension in the same repo. Since Microsoft / VS Code invented the language server protocol it makes sense to test it there first.