This commit is contained in:
asep komarudin 2023-02-26 16:59:01 +07:00
parent 5d26ef6578
commit dd2647f88d
8 changed files with 270 additions and 283 deletions

View file

@ -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" },
}