Amar Al-Zubaidi

Results 23 comments of Amar Al-Zubaidi

> I don't understand this. You're pushing to your own fork it (GitHub) should let you push pretty much anything. It will not necessarily run the CI jobs until a...

> It's possible we could add documentation for how to enable it for more file types and use R Markdown as an example. I'll leave this issue open to track...

> ```vim > au BufRead,BufNewFile *.rmd set ft markdown > ``` Can I do `autocmd FileType rmd setfiletype markdown` or `autocmd VimEnter *.rmd setfiletype markdown`? > If you have other...