aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--doc/conform.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5693756..71a4369 100644
--- a/README.md
+++ b/README.md
@@ -257,7 +257,7 @@ You can view this list in vim with `:help conform-formatters`
- [standardjs](https://standardjs.com) - JavaScript Standard style guide, linter, and formatter.
- [standardrb](https://github.com/standardrb/standard) - Ruby's bikeshed-proof linter and formatter.
- [stylelint](https://github.com/stylelint/stylelint) - A mighty CSS linter that helps you avoid errors and enforce conventions.
-- [styler](https://github.com/devOpifex/r.nvim) - A formatter for the R programming language.
+- [styler](https://github.com/devOpifex/r.nvim) - R formatter and linter.
- [stylua](https://github.com/JohnnyMorganz/StyLua) - An opinionated code formatter for Lua.
- [swift_format](https://github.com/apple/swift-format) - Swift formatter from apple. Requires building from source with `swift build`.
- [swiftformat](https://github.com/nicklockwood/SwiftFormat) - SwiftFormat is a code library and command-line tool for reformatting `swift` code on macOS or Linux.
diff --git a/doc/conform.txt b/doc/conform.txt
index 0cf9690..4cabd0e 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -285,6 +285,7 @@ FORMATTERS *conform-formatter
`standardrb` - Ruby's bikeshed-proof linter and formatter.
`stylelint` - A mighty CSS linter that helps you avoid errors and enforce
conventions.
+`styler` - R formatter and linter.
`stylua` - An opinionated code formatter for Lua.
`swift_format` - Swift formatter from apple. Requires building from source with
`swift build`.