mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-26 18:58:51 +02:00
update
This commit is contained in:
parent
5d26ef6578
commit
dd2647f88d
8 changed files with 270 additions and 283 deletions
|
@ -4,4 +4,9 @@ return {
|
|||
-- 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" },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue