mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-29 14:28:18 +02:00
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:
parent
d0c5393543
commit
a68c1cfbf5
4 changed files with 24 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue