From e6aceea12e2a685f458b0a351d4191fdb0ad21ef Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 29 Jul 2021 21:40:10 -0400 Subject: add packerstatus --- lua/core/which-key.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/core') 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 = { "PackerInstall", "Install" }, r = { "lua require('utils').reload_lv_config()", "Reload" }, s = { "PackerSync", "Sync" }, + S = { "PackerStatus", "Status" }, u = { "PackerUpdate", "Update" }, }, @@ -151,7 +152,6 @@ M.config = function() "lua vim.lsp.diagnostic.goto_prev({popup_opts = {border = lvim.lsp.popup_border}})", "Prev Diagnostic", }, - l = { "silent lua require('lint').try_lint()", "Lint" }, q = { "Telescope quickfix", "Quickfix" }, r = { "lua vim.lsp.buf.rename()", "Rename" }, s = { "Telescope lsp_document_symbols", "Document Symbols" }, -- cgit v1.2.3