소스 검색

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