mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
8 lines
134 B
Lua
8 lines
134 B
Lua
|
return {
|
||
|
-- contoh penambahan
|
||
|
-- ["k"] = {
|
||
|
-- name = "Example",
|
||
|
-- k = { '<cmd>lua print("Testing")<cr>', "Example" },
|
||
|
-- },
|
||
|
}
|