From e7a515e5481e6cd2f00e8da523454713009f12a5 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sun, 5 Mar 2023 09:12:16 +0100 Subject: [PATCH] fix(mason): removed installing of shellcheck and shfmt. Use bashls instead --- lua/lazyvim/plugins/lsp/init.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/lazyvim/plugins/lsp/init.lua b/lua/lazyvim/plugins/lsp/init.lua index 75d7fb72..db0339c4 100644 --- a/lua/lazyvim/plugins/lsp/init.lua +++ b/lua/lazyvim/plugins/lsp/init.lua @@ -156,8 +156,6 @@ return { opts = { ensure_installed = { "stylua", - "shellcheck", - "shfmt", "flake8", }, },