mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-21 20:11:06 +00:00
fix(r): recommend for *.qmd instead of *qmd files
This commit is contained in:
parent
5450006ccd
commit
3b3d649333
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ return {
|
|||
recommended = function()
|
||||
return LazyVim.extras.wants({
|
||||
ft = "r",
|
||||
root = { "*.R", "*.Rmd", "*qmd" },
|
||||
root = { "*.R", "*.Rmd", "*.qmd" },
|
||||
})
|
||||
end,
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue