style: re-format
This commit is contained in:
+11
-11
@@ -2,20 +2,20 @@ local bind = require("lua.lib.bind")
|
||||
local M = {}
|
||||
|
||||
M.binds = {
|
||||
{
|
||||
keys = bind.with_leader("P"),
|
||||
dispatcher = hl.dsp.submap("pass_through"),
|
||||
desc = "Pass through submap",
|
||||
},
|
||||
{
|
||||
keys = bind.with_leader("P"),
|
||||
dispatcher = hl.dsp.submap("pass_through"),
|
||||
desc = "Pass through submap",
|
||||
},
|
||||
}
|
||||
|
||||
M.submaps = {
|
||||
pass_through = {
|
||||
{
|
||||
keys = bind.with_leader("escape"),
|
||||
dispatcher = hl.dsp.submap("reset"),
|
||||
},
|
||||
},
|
||||
pass_through = {
|
||||
{
|
||||
keys = bind.with_leader("escape"),
|
||||
dispatcher = hl.dsp.submap("reset"),
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
return M
|
||||
|
||||
Reference in New Issue
Block a user