style: re-format
This commit is contained in:
@@ -2,19 +2,19 @@ local bind = require("lua.lib.bind")
|
||||
local M = {}
|
||||
|
||||
local function start_pypr()
|
||||
hl.exec_cmd("pypr")
|
||||
hl.exec_cmd("pypr")
|
||||
end
|
||||
|
||||
M.autostart = {
|
||||
start_pypr,
|
||||
start_pypr,
|
||||
}
|
||||
|
||||
M.binds = {
|
||||
{
|
||||
keys = bind.with_leader("SHIFT + Return"),
|
||||
dispatcher = hl.dsp.exec_cmd("pypr toggle term"),
|
||||
desc = "Pyprland: toggle drop terminal",
|
||||
},
|
||||
{
|
||||
keys = bind.with_leader("SHIFT + Return"),
|
||||
dispatcher = hl.dsp.exec_cmd("pypr toggle term"),
|
||||
desc = "Pyprland: toggle drop terminal",
|
||||
},
|
||||
}
|
||||
|
||||
return M
|
||||
|
||||
Reference in New Issue
Block a user