Added prettier back and limited it

This commit is contained in:
2024-03-25 22:30:51 +01:00
parent 9366cff430
commit b7e9d9fa45
3 changed files with 35 additions and 8 deletions

View File

@@ -32,6 +32,7 @@ return {
mason_null_ls.setup({
ensure_installed = {
"stylua",
"prettier",
},
automatic_installation = true,
})