diff options
author | Chris <[email protected]> | 2021-07-29 21:40:10 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-07-29 21:40:10 -0400 |
commit | e6aceea12e2a685f458b0a351d4191fdb0ad21ef (patch) | |
tree | ee35708127473a5490d775858ac4f5a2ea077514 /lua/core/which-key.lua | |
parent | 3eaf6d461c896ba9fadaf63af0ecbe3769653fa2 (diff) |
add packerstatus
Diffstat (limited to 'lua/core/which-key.lua')
-rw-r--r-- | lua/core/which-key.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/core/which-key.lua b/lua/core/which-key.lua index 9d4e7744..595e076e 100644 --- a/lua/core/which-key.lua +++ b/lua/core/which-key.lua @@ -97,6 +97,7 @@ M.config = function() i = { "<cmd>PackerInstall<cr>", "Install" }, r = { "<cmd>lua require('utils').reload_lv_config()<cr>", "Reload" }, s = { "<cmd>PackerSync<cr>", "Sync" }, + S = { "<cmd>PackerStatus<cr>", "Status" }, u = { "<cmd>PackerUpdate<cr>", "Update" }, }, @@ -151,7 +152,6 @@ M.config = function() "<cmd>lua vim.lsp.diagnostic.goto_prev({popup_opts = {border = lvim.lsp.popup_border}})<cr>", "Prev Diagnostic", }, - l = { "<cmd>silent lua require('lint').try_lint()<cr>", "Lint" }, q = { "<cmd>Telescope quickfix<cr>", "Quickfix" }, r = { "<cmd>lua vim.lsp.buf.rename()<cr>", "Rename" }, s = { "<cmd>Telescope lsp_document_symbols<cr>", "Document Symbols" }, |