disable some plugins

lazyvim
Andy Teijelo 2023-03-09 12:43:06 -05:00
parent 7ad1a4d995
commit 4a54404954
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
return {
{
"echasnovski/mini.nvim",
enabled = false,
},
{
"echasnovski/mini.indentscope",
enabled = false,
},
{
"goolord/alpha-nvim",
enabled = false,
},
}