Browse Source

fix: comment typo (#1211)

Gauravsingh Sisodia 4 năm trước cách đây
mục cha
commit
8e88bf5258
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lua/core/autocmds.lua

+ 1 - 1
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 = {