fix: comment typo (#1211)

This commit is contained in:
Gauravsingh Sisodia 2021-08-02 16:26:03 +05:30 committed by GitHub
parent d5557f56c8
commit 8e88bf5258
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ lvim.autocommands = {
{ "VimResized", "*", "wincmd =" }, { "VimResized", "*", "wincmd =" },
}, },
_packer_compile = { _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" }, { "BufWritePost", "plugins.lua", "PackerCompile" },
}, },
_general_lsp = { _general_lsp = {