mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(extras): add lua-console.nvim
This commit is contained in:
parent
f3e37a1f83
commit
d9ed2dcaca
1 changed files with 9 additions and 0 deletions
9
lua/lazyvim/plugins/extras/coding/lua-console.lua
Normal file
9
lua/lazyvim/plugins/extras/coding/lua-console.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"yarospace/lua-console.nvim",
|
||||
lazy = true,
|
||||
keys = {
|
||||
{ "`", desc = "Lua-console - toggle" },
|
||||
{ "<Leader>`", desc = "Lua-console - attach to buffer" },
|
||||
},
|
||||
opts = {},
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue