Remove ensure_installed steps from mason

This commit is contained in:
Evie Litherland-Smith 2023-02-23 18:28:56 +00:00
parent f0eea8a951
commit 205f49fdfa
3 changed files with 0 additions and 3 deletions

View file

@ -1,4 +1,3 @@
return { return {
ensure_installed = { "lua_ls" },
automatic_installation = false, automatic_installation = false,
} }

View file

@ -1,5 +1,4 @@
return { return {
ensure_installed = { "stylua", "prettier" },
automatic_installation = false, automatic_installation = false,
automatic_setup = true, automatic_setup = true,
} }

View file

@ -1,5 +1,4 @@
return { return {
ensure_installed = {},
automatic_installation = false, automatic_installation = false,
automatic_setup = true, automatic_setup = true,
} }