revert: do not run packer.sync() on every reload (#2548)

* revert: do not run packer.sync() on every reload

* chore: update which-key mappings for logs
This commit is contained in:
kylo252 2022-05-01 16:29:11 +02:00 committed by GitHub
parent d0c5393543
commit a68c1cfbf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 24 additions and 6 deletions

View file

@ -108,6 +108,7 @@ M.toggle_log_view = function(logfile)
if vim.fn.executable(log_viewer) ~= 1 then
log_viewer = "less +F"
end
Log:debug("attempting to open: " .. logfile)
log_viewer = log_viewer .. " " .. logfile
local term_opts = vim.tbl_deep_extend("force", lvim.builtin.terminal, {
cmd = log_viewer,