Explorar o código

fix: comment typo (#1211)

Gauravsingh Sisodia %!s(int64=4) %!d(string=hai) anos
pai
achega
8e88bf5258
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 = {