disable some plugins
This commit is contained in:
parent
7ad1a4d995
commit
4a54404954
1 changed files with 15 additions and 0 deletions
15
lua/plugins/disabled.lua
Normal file
15
lua/plugins/disabled.lua
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
"echasnovski/mini.nvim",
|
||||||
|
enabled = false,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"echasnovski/mini.indentscope",
|
||||||
|
enabled = false,
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"goolord/alpha-nvim",
|
||||||
|
enabled = false,
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in a new issue