mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-02 17:14:56 +02:00
more lazy load be careful
This commit is contained in:
parent
a247d69c82
commit
23c7fab3b4
7 changed files with 94 additions and 84 deletions
|
@ -74,7 +74,11 @@ lv_utils.define_augroups {
|
|||
},
|
||||
_auto_resize = {
|
||||
-- will cause split windows to be resized evenly if main window is resized
|
||||
{ "VimResized ", "*", "wincmd =" },
|
||||
{ "VimResized", "*", "wincmd =" },
|
||||
},
|
||||
_packer_compile = {
|
||||
-- will cause split windows to be resized evenly if main window is resized
|
||||
{ "BufWritePost", "plugins.lua", "PackerCompile" },
|
||||
},
|
||||
-- _fterm_lazygit = {
|
||||
-- -- will cause esc key to exit lazy git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue