mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
12 lines
271 B
Lua
12 lines
271 B
Lua
return {
|
|
-- contoh penambahan
|
|
-- ["k"] = {
|
|
-- name = "Example",
|
|
-- k = { '<cmd>lua print("Testing")<cr>', "Example" },
|
|
-- },
|
|
["r"] = {
|
|
name = "Run",
|
|
j = { "<cmd>Jaq float<CR>", "Run With Jaq" },
|
|
},
|
|
["o"] = { "<cmd>SymbolsOutline<cr>", "Symbol Outline" },
|
|
}
|