Skip to content

Commit

Permalink
feat(lua_format): add support for lua_format
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-babu committed Dec 12, 2022
1 parent e2144bd commit bb5ee05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/mason-null-ls/mappings/source.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ local null_ls_to_package = {
['goimports_reviser'] = 'goimports_reviser',
['phpcsfixer'] = 'php-cs-fixer',
['verible_verilog_format'] = 'verible',
['lua_format'] = 'luaformatter',
}

local package_to_null_ls = _.invert(null_ls_to_package)
Expand Down

0 comments on commit bb5ee05

Please sign in to comment.