chore: stylua column width 120 -> 140

This commit is contained in:
Alexander Courtis
2023-10-07 14:54:58 +11:00
parent 85abe29396
commit d4871d726b
12 changed files with 16 additions and 69 deletions

View File

@@ -52,9 +52,7 @@ function M.fn(default_modifier)
-- support for only specific modifiers have been implemented
if not ALLOWED_MODIFIERS[modifier] then
return notify.warn(
"Modifier " .. vim.inspect(modifier) .. " is not in allowed list : " .. table.concat(ALLOWED_MODIFIERS, ",")
)
return notify.warn("Modifier " .. vim.inspect(modifier) .. " is not in allowed list : " .. table.concat(ALLOWED_MODIFIERS, ","))
end
node = lib.get_last_group_node(node)