refine key mapping
This commit is contained in:
11
lua/plugins/lua_console.lua
Normal file
11
lua/plugins/lua_console.lua
Normal 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 = {},
|
||||
}
|
Reference in New Issue
Block a user