Skip to content

Commit

Permalink
fix: lint styler formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCoene committed Nov 10, 2023
1 parent b042956 commit 018a91a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/conform/formatters/styler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ return {
url = "https://github.com/devOpifex/r.nvim",
description = "R formatter and linter.",
},
command = util.find_executable({"usr/bin/"}, "R"),
args = {"-s", "-e", "r.nvim::format()", "--args", "$FILENAME"},
command = util.find_executable({ "usr/bin/" }, "R"),
args = { "-s", "-e", "r.nvim::format()", "--args", "$FILENAME" },
stdin = false,
}

0 comments on commit 018a91a

Please sign in to comment.