coc-r-lsp icon indicating copy to clipboard operation
coc-r-lsp copied to clipboard

Enable use on .qmd files

Open dhersz opened this issue 2 years ago • 1 comments

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.

dhersz avatar Aug 12 '22 19:08 dhersz

PR welcome.

chemzqm avatar Aug 12 '22 20:08 chemzqm