From 41d362a362bfdf400bc6e41d9840af6738fc03d5 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 9 Oct 2023 15:19:10 +0200 Subject: [PATCH] I don't want LSPs. --- _cli/astronvim/lua/user/plugins/mason.lua | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 _cli/astronvim/lua/user/plugins/mason.lua diff --git a/_cli/astronvim/lua/user/plugins/mason.lua b/_cli/astronvim/lua/user/plugins/mason.lua deleted file mode 100644 index a7f3ddf..0000000 --- a/_cli/astronvim/lua/user/plugins/mason.lua +++ /dev/null @@ -1,9 +0,0 @@ -return { - "williamboman/mason-lspconfig.nvim", - opts = { - ensure_installed = { - "terraformls", - "tflint", - }, - }, -}