Remove ensure_installed steps from mason
This commit is contained in:
parent
f0eea8a951
commit
205f49fdfa
|
@ -1,4 +1,3 @@
|
||||||
return {
|
return {
|
||||||
ensure_installed = { "lua_ls" },
|
|
||||||
automatic_installation = false,
|
automatic_installation = false,
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
return {
|
return {
|
||||||
ensure_installed = { "stylua", "prettier" },
|
|
||||||
automatic_installation = false,
|
automatic_installation = false,
|
||||||
automatic_setup = true,
|
automatic_setup = true,
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
return {
|
return {
|
||||||
ensure_installed = {},
|
|
||||||
automatic_installation = false,
|
automatic_installation = false,
|
||||||
automatic_setup = true,
|
automatic_setup = true,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue