From 8e88bf52587c99d1070258f03500cbbdb9b1420c Mon Sep 17 00:00:00 2001 From: Gauravsingh Sisodia <65955464+grvxs@users.noreply.github.com> Date: Mon, 2 Aug 2021 16:26:03 +0530 Subject: fix: comment typo (#1211) --- lua/core/autocmds.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/core') 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 = { -- cgit v1.2.3