This commit is contained in:
asep komarudin 2023-01-15 17:55:43 +07:00
parent 2fbcd5d268
commit 1331c98c58
3 changed files with 21 additions and 19 deletions

View file

@ -121,14 +121,14 @@ local mappings = {
end,
"Coment line",
},
p = {
name = "Packer",
c = { "<cmd>PackerCompile<cr>", "Compile" },
i = { "<cmd>PackerInstall<cr>", "Install" },
s = { "<cmd>PackerSync<cr>", "Sync" },
S = { "<cmd>PackerStatus<cr>", "Status" },
u = { "<cmd>PackerUpdate<cr>", "Update" },
},
-- p = {
-- name = "Packer",
-- c = { "<cmd>PackerCompile<cr>", "Compile" },
-- i = { "<cmd>PackerInstall<cr>", "Install" },
-- s = { "<cmd>PackerSync<cr>", "Sync" },
-- S = { "<cmd>PackerStatus<cr>", "Status" },
-- u = { "<cmd>PackerUpdate<cr>", "Update" },
-- },
g = {
name = "Git",