1769288238
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
--- a/helix-loader/src/config.rs
|
||||
+++ b/helix-loader/src/config.rs
|
||||
@@ -11,7 +11,6 @@ pub fn default_lang_config() -> toml::Value {
|
||||
pub fn user_lang_config() -> Result<toml::Value, toml::de::Error> {
|
||||
let config = [
|
||||
crate::config_dir(),
|
||||
- crate::find_workspace().0.join(".helix"),
|
||||
]
|
||||
.into_iter()
|
||||
.map(|path| path.join("languages.toml"))
|
||||
Reference in New Issue
Block a user