mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
7 lines
95 B
Lua
7 lines
95 B
Lua
return {
|
|
{
|
|
"Darazaki/indent-o-matic",
|
|
lazy = true,
|
|
event = "InsertEnter",
|
|
},
|
|
}
|