This commit is contained in:
2023-06-03 21:48:04 +02:00
parent 0a5014a8e6
commit 9e43de1a2a
5 changed files with 3 additions and 11 deletions

View File

@@ -24,10 +24,8 @@ return {
-- add more things to the ensure_installed table protecting against community packs modifying it
opts.ensure_installed = require("astronvim.utils").list_insert_unique(opts.ensure_installed, {
"prettier",
"stylua",
"clang-format",
"black",
"luacheck",
})
end,
},