remove bloated neovim plugins

This commit is contained in:
Alexander Navarro 2024-08-08 16:37:12 -04:00
parent 3d28ac9260
commit 26502be998
17 changed files with 206 additions and 478 deletions

View file

@ -1,22 +1,6 @@
return {
"williamboman/mason.nvim",
cmd = "Mason",
keys = { { "<leader>cm", "<cmd>Mason<cr>", desc = "Mason" } },
keys = { { "<leader>um", "<cmd>Mason<cr>", desc = "Mason" } },
build = ":MasonUpdate",
opts = {
ensure_installed = {
"blue",
"pylint",
"eslint_d",
"markdownlint",
"nimlsp",
"prettierd",
"shellcheck",
"stylua",
"gofumpt",
"golines",
"goimports-reviser",
"gopls"
},
},
}