Skip to content

Commit

Permalink
chore: format with stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 30, 2021
1 parent d20606a commit db3c3e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lua/packer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -789,9 +789,7 @@ end
packer.plugin_complete = function(lead, _, _)
local completion_list = vim.tbl_filter(function(name)
return vim.startswith(name, lead)
end, vim.tbl_keys(
_G.packer_plugins
))
end, vim.tbl_keys(_G.packer_plugins))
table.sort(completion_list)
return completion_list
end
Expand Down

0 comments on commit db3c3e3

Please sign in to comment.