diff --git a/after/plugin/lsp.lua b/after/plugin/lsp.lua index 32e671b..86f8558 100644 --- a/after/plugin/lsp.lua +++ b/after/plugin/lsp.lua @@ -92,7 +92,7 @@ require 'mason-nvim-dap'.setup_handlers {} require('mason-null-ls').setup({ - ensure_installed = { "prettier", "autopep8", "eslint", "gofmt", "rustfmt", "shellcheck" }, + ensure_installed = { "autopep8", "eslint", "gofmt", "rustfmt", "shellcheck" }, automatic_installation = true, automatic_setup = true, })