Skip to content

Commit

Permalink
Fix lua style
Browse files Browse the repository at this point in the history
  • Loading branch information
lucazz committed Mar 18, 2024
1 parent a494b39 commit 3ec4d41
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lua/astrocommunity/pack/bash/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ return {
},
{
"jay-babu/mason-null-ls.nvim",
opts = function(_, opts)
opts.ensure_installed = utils.list_insert_unique(opts.ensure_installed, { "shfmt" })
end,
opts = function(_, opts) opts.ensure_installed = utils.list_insert_unique(opts.ensure_installed, { "shfmt" }) end,
},
{
"jay-babu/mason-nvim-dap.nvim",
Expand Down

0 comments on commit 3ec4d41

Please sign in to comment.