From 089127be3d12b778ca050d09b35ab21adb70b432 Mon Sep 17 00:00:00 2001 From: Daniel Winkler Date: Sat, 31 Jan 2026 15:28:15 +1100 Subject: [PATCH] using air formatter for R --- plugin/23_editor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/23_editor.lua b/plugin/23_editor.lua index 705df18..8a95f7f 100644 --- a/plugin/23_editor.lua +++ b/plugin/23_editor.lua @@ -19,7 +19,7 @@ later(function() json = { "prettier" }, python = { "ruff_format", "ruff_organize_imports" }, nix = { "alejandra" }, - -- r = { "my_styler" }, + r = { "air" }, rmd = { "injected" }, quarto = { "injected" }, },