chore: remove unused plugin

This commit is contained in:
Fabio Lenherr / DashieTM 2023-02-24 12:50:33 +01:00
parent 4f7af7c88e
commit 240df6617e
3 changed files with 14 additions and 11 deletions

View file

@ -8,6 +8,9 @@ return {
{
"akinsho/toggleterm.nvim",
lazy = true,
opts = {
autochdir = true,
},
},
{
"brenoprata10/nvim-highlight-colors",
@ -117,4 +120,8 @@ return {
},
},
},
{
"echasnovski/mini.ai",
enabled = false,
},
}