astro-nvim-v3 - archive v4

This commit is contained in:
huyjaky
2024-07-23 23:28:54 +07:00
parent 31b13443c7
commit 4f0bbbe21c
5 changed files with 32 additions and 41 deletions

View File

@@ -25,7 +25,7 @@ return {
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, {
"stylua",
"clang-format",
"black",
-- "black",
"prettier",
})
end,