Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: add some notes about versioning and rework the README a bit #240

Merged
merged 9 commits into from
Oct 4, 2024
Prev Previous commit
Next Next commit
chore: minor readme rewording
  • Loading branch information
wurli committed Oct 4, 2024
commit 527e341ca39d47ba15046fdd4a8ab7e3fd5c3b7b
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ firm commitment to backwards compatibility.

### Removed features:

- reStructuredText support (it no longer seems to be widely used).
- reStructuredText support (no longer seems to be widely used).

- Nvim-R's debugging support (a debug adaptor would be better).
- Debugging support (a formal debug adaptor would be a better solution).

- Legacy omni-completion (we now recommend
[nvim-cmp](https://github.com/hrsh7th/nvim-cmp)).
Expand All @@ -169,7 +169,7 @@ firm commitment to backwards compatibility.
- `R_source` and `after_R_start` have been replaced with more powerful `hook`
options.

- `nvimpager`, which controls how R documentation is displayed, now how possible
- `nvimpager`, which controls how R documentation is displayed, now has possible
options `"split_h"`, `"split_v"`, `"tab"`, `"float"` (not implemented yet),
and `"no"`.

Expand Down Expand Up @@ -210,8 +210,8 @@ firm commitment to backwards compatibility.
[nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) to be
installed).

- `<LocalLeader>,` inserts a pipe operator (`|>`). This is configurable using
`pipe_keymap`.
- `<LocalLeader>,` inserts a pipe operator (`|>`). This keybinding is
configurable using `pipe_keymap`.

#### New options

Expand Down
Loading