From ce0af2c8d68419b3d043d26c80b7d415a072ba10 Mon Sep 17 00:00:00 2001 From: Jesse Cooke <18191+jc00ke@users.noreply.github.com> Date: Mon, 21 Feb 2022 17:56:50 -0800 Subject: [PATCH] feat: add stylua plugin (#552) Co-authored-by: James Hegedus --- README.md | 1 + plugins/stylua | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/stylua diff --git a/README.md b/README.md index e34f2fc..0ee4c27 100644 --- a/README.md +++ b/README.md @@ -423,6 +423,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | starship | [grimoh/asdf-starship](https://github.com/grimoh/asdf-starship) | [![GitHub Actions Status](https://github.com/grimoh/asdf-starship/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/grimoh/asdf-starship/actions) | | Steel Bank Common Lisp (sbcl) | [smashedtoatoms/asdf-sbcl](https://github.com/smashedtoatoms/asdf-sbcl) | [![Build Status](https://github.com/smashedtoatoms/asdf-sbcl/workflows/Build/badge.svg?branch=main)](https://github.com/smashedtoatoms/asdf-sbcl/actions) | | Stern | [looztra/asdf-stern](https://github.com/looztra/asdf-stern) | [![Build Status](https://travis-ci.org/looztra/asdf-stern.svg?branch=master)](https://travis-ci.org/looztra/asdf-stern) | +| stylua | [jc00ke/asdf-stylua](https://github.com/jc00ke/asdf-stylua) | [![Build Status](https://github.com/jc00ke/asdf-stylua/workflows/Build/badge.svg?branch=main)](https://github.com/jc00ke/asdf-stylua/actions) | | SwiftFormat | [younke/asdf-swiftformat](https://github.com/younke/asdf-swiftformat) | [![Build Status](https://github.com/younke/asdf-swiftformat/workflows/Build/badge.svg?branch=master)](https://github.com/younke/asdf-swiftformat/actions) | | SwiftGen | [younke/asdf-swiftgen](https://github.com/younke/asdf-swiftgen) | [![Build Status](https://github.com/younke/asdf-swiftgen/workflows/Build/badge.svg?branch=master)](https://github.com/younke/asdf-swiftgen/actions) | | Swiftlint | [klundberg/asdf-swiftlint](https://github.com/klundberg/asdf-swiftlint) | [![Build Status](https://travis-ci.org/klundberg/asdf-swiftlint.svg?branch=master)](https://travis-ci.org/klundberg/asdf-swiftlint) | diff --git a/plugins/stylua b/plugins/stylua new file mode 100644 index 0000000..79290bd --- /dev/null +++ b/plugins/stylua @@ -0,0 +1 @@ +repository = https://github.com/jc00ke/asdf-stylua.git