commit 97db82eb7d6fbeadf50480603e41481a5887c4de
parent a277b8af7aec0c5fde7aea59629d82f2af8f1429
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date: Wed, 1 May 2024 19:44:18 -0400
plugins.lua: remove formatter plugins
Diffstat:
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/lua/plugins.lua b/lua/plugins.lua
@@ -11,8 +11,7 @@ require("lazy").setup({
},
{ "akinsho/toggleterm.nvim", version = "*", config = true },
{ "AlphaTechnolog/pywal.nvim" },
- {
- "echasnovski/mini.pairs",
+ { "echasnovski/mini.pairs",
event = "VeryLazy",
opts = {
mappings = {
@@ -20,11 +19,8 @@ require("lazy").setup({
},
},
},
-
- {
- "williamboman/mason.nvim",
+ { "williamboman/mason.nvim",
cmd = "Mason",
- keys = { { "<leader>cm", "<cmd>Mason<cr>", desc = "Mason" } },
build = ":MasonUpdate",
opts = {
ensure_installed = {