mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
update
This commit is contained in:
parent
2fbcd5d268
commit
1331c98c58
3 changed files with 21 additions and 19 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue