Skip to content

Commit

Permalink
fix: do not hardcode style, use config file
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCoene committed Nov 9, 2023
1 parent 897146a commit b042956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/conform/formatters/styler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ return {
description = "R formatter and linter.",
},
command = util.find_executable({"usr/bin/"}, "R"),
args = {"-s", "-e", "r.nvim::format()", "--args", "$FILENAME", "grk"},
args = {"-s", "-e", "r.nvim::format()", "--args", "$FILENAME"},
stdin = false,
}

0 comments on commit b042956

Please sign in to comment.