summaryrefslogtreecommitdiffstats
path: root/src/configs/rlang.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/configs/rlang.rs')
-rw-r--r--src/configs/rlang.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configs/rlang.rs b/src/configs/rlang.rs
index 3982b723d..c759f570f 100644
--- a/src/configs/rlang.rs
+++ b/src/configs/rlang.rs
@@ -27,7 +27,7 @@ impl<'a> Default for RLangConfig<'a> {
symbol: "📐 ",
disabled: false,
detect_extensions: vec!["R", "Rd", "Rmd", "Rproj", "Rsx"],
- detect_files: vec![".Rprofile"],
+ detect_files: vec!["DESCRIPTION"],
detect_folders: vec![".Rproj.user"],
}
}