fix(dot): install when list is empty (#3052)
This commit is contained in:
@ -18,10 +18,8 @@ return {
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
opts = function(_, opts)
|
||||
vim.list_extend(opts.ensure_installed or {}, {
|
||||
"shfmt",
|
||||
"shellcheck",
|
||||
})
|
||||
opts.ensure_installed = opts.ensure_installed or {}
|
||||
vim.list_extend(opts.ensure_installed, { "shellcheck" })
|
||||
end,
|
||||
},
|
||||
-- add some stuff to treesitter
|
||||
|
Reference in New Issue
Block a user