dotfiles/.config/nvim/lua/plugins/disabled.lua
histalek d87357ef27
feat(nvim): Yeet Mason out of here
It is just such a pain to get this to work correctly. Not worth the
hassle for something that pacman can do better.
2024-12-06 11:51:14 +01:00

13 lines
505 B
Lua

return {
--- Disable completely
{ "nvim-neo-tree/neo-tree.nvim", enabled = false, keys = false },
{ "echasnovski/mini.pairs", enabled = false, keys = false },
{ "kdheepak/lazygit.nvim", enabled = false, keys = false },
--- Disable Mason as it is a pain in the ass to configure as i want it
{ "williamboman/mason-lspconfig.nvim", enabled = false },
{ "williamboman/mason.nvim", enabled = false },
--- Disable keys only
{ "mfussenegger/nvim-ansible", keys = false },
}