coc-r-lsp
coc-r-lsp copied to clipboard
Enable use on .qmd files
Hi. I just started using Quarto on a new project of mine and I'm not being able to use coc completion on it. I tried investigating why that is and it seems like coc-r-lsp only activates on .R and .Rmd files, if I'm not mistaken by reading the code below.
https://github.com/neoclide/coc-r-lsp/blob/fd9f32103255205f79bd26a6aa18b59060bdb443/package.json#L20-L23
Enabling the use on .qmd files would simply mean adding qmd to this list? Cheers.
PR welcome.