Skip to content

Commit

Permalink
Update colorout version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvesaq committed Jul 4, 2024
1 parent 214daed commit 7e70c7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ The options for displaying R documentation (`nvimpager`) are now: `"split_h"`,
`"split_v"`, `"tab"`, `"float"` (not implemented yet), and `"no"`.

The options `openpdf` and `openhtml` were renamed as `open_pdf` and
`open_html`, they now are strings and there with a minor change in how they
`open_html`, they now are strings and there is a minor change in how they
behave.

The option `nvim_wd` was renamed as `setwd` and it now is a string and its
Expand All @@ -154,10 +154,9 @@ default key binding is `<LocalLeader>sc`.
There is a new option: `auto_quit`.

If you have [colorout] installed, and if you are not loading it in your
`~/.Rprofile`, it should be the development version. Reason: R.nvim calls the
function `colorout::isColorOut()` which unduly enables the colorizing of
output in the released version of [colorout]. This bug was fixed in [this
commit](https://github.com/jalvesaq/colorout/commit/1080187f9474b71f16c3c0be676de4c54863d1e7).
`~/.Rprofile`, it should be version `1.3-1` or higher. Reason: R.nvim calls
the function `colorout::isColorOut()` which in previous `colorout` versions
were unduly enabling the output colorizing.

There are two new commands available to separate a file path into its different
components.
Expand Down
3 changes: 2 additions & 1 deletion doc/R.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ Suggestions for Unix (Linux, OS X, etc.):
terminal emulator or in a Tmux split panel
(see |external_term|).

colorout: https://github.com/jalvesaq/colorout/releases
colorout >= 1.3-1:
https://github.com/jalvesaq/colorout/releases
Colorizes the R output in terminal emulators.
(Mostly useful if running R in an external terminal emulator.
See |external_term|). You should put in your Rprofile:
Expand Down

0 comments on commit 7e70c7a

Please sign in to comment.