ソースを参照

fix: comment typo (#1211)

Gauravsingh Sisodia 4 年 前
コミット
8e88bf5258
1 ファイル変更1 行追加1 行削除
  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 = {