Skip to content

Commit

Permalink
minor: R lang config update --slave to --no-echo (helix-editor#6570)
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanxshi authored and wes-adams committed Jul 3, 2023
1 parent a143be3 commit 5d36644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ shebangs = ["r", "R"]
roots = []
comment-token = "#"
indent = { tab-width = 2, unit = " " }
language-server = { command = "R", args = ["--slave", "-e", "languageserver::run()"] }
language-server = { command = "R", args = ["--no-echo", "-e", "languageserver::run()"] }

[[grammar]]
name = "r"
Expand Down

0 comments on commit 5d36644

Please sign in to comment.