mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-29 06:18: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
|
@ -214,10 +214,10 @@ M.config = function()
|
|||
},
|
||||
N = { "<cmd>edit $NVIM_LOG_FILE<cr>", "Open the Neovim logfile" },
|
||||
p = {
|
||||
"<cmd>lua require('lvim.core.terminal').toggle_log_view('packer.nvim')<cr>",
|
||||
"<cmd>lua require('lvim.core.terminal').toggle_log_view(get_cache_dir() .. '/packer.nvim.log')<cr>",
|
||||
"view packer log",
|
||||
},
|
||||
P = { "<cmd>exe 'edit '.stdpath('cache').'/packer.nvim.log'<cr>", "Open the Packer logfile" },
|
||||
P = { "<cmd>edit $LUNARVIM_CACHE_DIR/packer.nvim.log<cr>", "Open the Packer logfile" },
|
||||
},
|
||||
r = { "<cmd>LvimReload<cr>", "Reload LunarVim's configuration" },
|
||||
u = { "<cmd>LvimUpdate<cr>", "Update LunarVim" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue