From 6afc64e9f36cbae35c2a8b6852d0b91c9807a72a Mon Sep 17 00:00:00 2001 From: John Coene Date: Fri, 10 Nov 2023 16:10:51 +0100 Subject: feat: add styler formatter for R (#184) * feat: add styler formatter for R * fix: do not run --vanilla to pick up options * docs: add to README * fix: std in false * fix: do not hardcode style, use config file * fix: lint styler formatter --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 175ed6d..5693756 100644 --- a/README.md +++ b/README.md @@ -257,6 +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. - [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. -- cgit v1.2.3-70-g09d2