refine key mapping

This commit is contained in:
2025-09-25 16:10:45 +08:00
parent 3ada39c7e0
commit f32f4713db
4 changed files with 41 additions and 7 deletions

View File

@@ -0,0 +1,11 @@
if true then return {} end
return {
"yarospace/lua-console.nvim",
lazy = true,
keys = {
{ "`", desc = "Lua-console - toggle", mode = { "t", "n" } },
{ "<Leader>`", desc = "Lua-console - attach to buffer" },
},
opts = {},
}