stuff and things

This commit is contained in:
Christian Nieves
2025-02-20 00:40:59 -06:00
parent 4d94c9cad7
commit 2e945be118
9 changed files with 331 additions and 346 deletions

View File

@ -77,11 +77,10 @@ return {
["_"] = { "trim_whitespace" },
},
formatters = {
ronfmt = {
command = "ronfmt",
args = { "$FILENAME" },
stdin = false,
},
-- ronfmt = {
-- command = "ronfmt",
-- args = { "-d", "$FILENAME" },
-- },
gdformat = {
prepend_args = { "-l", "100" },
},