Skip to content

Commit

Permalink
Update README: remove reference to R-Vim-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvesaq committed Feb 19, 2024
1 parent 294e296 commit c7963e4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
# Nvim-R

This is the development code of Nvim-R which improves Vim's support to edit
R scripts.
This is Nvim-R which improves Vim's support to edit R scripts.

## Installation

If you use a plugin manager, follow its instructions on how to install plugins
from GitHub. Users of [lazy.nvim](https://github.com/folke/lazy.nvim) who
opted for `defaults.lazy=true` have to configure Nvim-R with `lazy=false`.

The `stable` branch is a copy of the last released version plus minor bug
fixes eventually found after the release.

James Eapen maintains an online version of the plugin's
[documentation](https://github.com/jamespeapen/Nvim-R/wiki).
Please, read the section
Expand Down Expand Up @@ -103,8 +99,6 @@ but temporary files are used in a few cases.

- [colorout](https://github.com/jalvesaq/colorout): a package to colorize R's output.

- [R-Vim-runtime](https://github.com/jalvesaq/R-Vim-runtime): development version of some Vim runtime files for R.

[Neovim]: https://github.com/neovim/neovim
[southernlights]: https://github.com/jalvesaq/southernlights
[colorout]: https://github.com/jalvesaq/colorout

0 comments on commit c7963e4

Please sign in to comment.