Adds: packer keybindings (#709)

This commit is contained in:
rebuilt 2021-07-05 20:36:30 +02:00 committed by GitHub
parent 279e01f2f3
commit a0e2823f7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()