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: change some readme header levels
  • Loading branch information
wurli committed Oct 4, 2024
commit fbdde9ab6f9e2972864a1efaf092e6a2db4f3c9c
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ A longer example adding some custom behaviour:
See the plugin [documentation](doc/R.nvim.txt) for a complete list of
possible options. You can also consult the [Wiki](https://github.com/R-nvim/R.nvim/wiki).

## Autocompletion
### Autocompletion

R autocompletion should be configured via another plugin. We recommend
[cmp-r](https://github.com/R-nvim/cmp-r), which can be minimally configured
Expand All @@ -104,7 +104,7 @@ Note that [languageserver](https://github.com/REditorSupport/languageserver)
can also be used for autocompletions, but using autocompletions from both
sources simultaneously is not advised.

## Tree-sitter
### Tree-sitter

Tree-sitter greatly enhances much of the functionality of R.nvim, and can be
minimally configured like so:
Expand Down
Loading