starter/lua/plugins/indent.lua
2024-05-15 08:39:12 +07:00

7 lines
95 B
Lua

return {
{
"Darazaki/indent-o-matic",
lazy = true,
event = "InsertEnter",
},
}