From b6c21ec5a32add1983bd1080afbaaf67dd5b3874 Mon Sep 17 00:00:00 2001 From: Juni Kim Date: Sun, 5 Mar 2023 13:31:40 -0500 Subject: [PATCH] deleted prettier --- after/plugin/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, })