diff --git a/TabNine.toml b/TabNine.toml index 61d7847..6b557b9 100644 --- a/TabNine.toml +++ b/TabNine.toml @@ -2,7 +2,7 @@ command = "rls" install = [ ["rustup", "update"], - ["rustup", "component", "add", "rls-preview", "rust-analysis", "rust-src"], + ["rustup", "component", "add", "rls", "rust-analysis", "rust-src"], ] [language.javascript]