starter/lua/plugins/indent.lua

8 lines
95 B
Lua
Raw Normal View History

2024-05-13 14:29:44 +08:00
return {
2024-05-13 14:31:25 +08:00
{
"Darazaki/indent-o-matic",
2024-05-15 09:39:12 +08:00
lazy = true,
event = "InsertEnter",
2024-05-13 14:31:25 +08:00
},
2024-05-13 14:29:44 +08:00
}