Added eslintd to config

This commit is contained in:
2023-10-09 22:24:57 +02:00
parent 6c882f02a2
commit faec85f1be
2 changed files with 6 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ return {
ensure_installed = {
"stylua",
"clang-format",
"eslint_d",
},
automatic_installation = true,
})