quarto-nvim icon indicating copy to clipboard operation
quarto-nvim copied to clipboard

add quarto-lsp

Open jmbuhr opened this issue 2 years ago • 2 comments

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.

jmbuhr avatar Dec 19 '22 10:12 jmbuhr

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?

DoktorMike avatar Jan 08 '23 10:01 DoktorMike

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.

jmbuhr avatar Jan 08 '23 19:01 jmbuhr