mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 01:25:03 +02:00
Adds: packer keybindings (#709)
This commit is contained in:
parent
279e01f2f3
commit
a0e2823f7f
1 changed files with 8 additions and 1 deletions
|
@ -121,7 +121,14 @@ local mappings = {
|
|||
"sort BufferLines automatically by language",
|
||||
},
|
||||
},
|
||||
|
||||
p = {
|
||||
name = "Packer",
|
||||
c = {"<cmd>PackerCompile<cr>", "Compile"},
|
||||
i = {"<cmd>PackerInstall<cr>", "Install"},
|
||||
r = {":luafile %<cr>", "Reload"},
|
||||
s = {"<cmd>PackerSync<cr>", "Sync"},
|
||||
u = {"<cmd>PackerUpdate<cr>", "Update"}
|
||||
},
|
||||
-- diagnostics vanilla nvim
|
||||
-- -- diagnostic
|
||||
-- function lv_utils.get_all()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue