Skip to content

Commit

Permalink
fix(pkl): list_insert_unique requires a table
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft committed Feb 26, 2024
1 parent b899292 commit 58c5c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/pkl/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ return {
used_by = { "pcf" },
}

opts.ensure_installed = require("astronvim.utils").list_insert_unique(opts.ensure_installed, "pkl")
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "pkl" })
end,
},
},
Expand Down

0 comments on commit 58c5c29

Please sign in to comment.