summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/core/autocmds.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/core/autocmds.lua b/lua/core/autocmds.lua
index d9884073..62c05802 100644
--- a/lua/core/autocmds.lua
+++ b/lua/core/autocmds.lua
@@ -63,7 +63,7 @@ lvim.autocommands = {
{ "VimResized", "*", "wincmd =" },
},
_packer_compile = {
- -- will cause split windows to be resized evenly if main window is resized
+ -- will run PackerCompile after writing plugins.lua
{ "BufWritePost", "plugins.lua", "PackerCompile" },
},
_general_lsp = {