diff options
| author | Gauravsingh Sisodia <[email protected]> | 2021-08-02 16:26:03 +0530 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-02 10:56:03 +0000 | 
| commit | 8e88bf52587c99d1070258f03500cbbdb9b1420c (patch) | |
| tree | e91629e14c268fc67e0eb62a6d283e1dac1a9dc8 /lua/core | |
| parent | d5557f56c808f75f58c4d42e300e9a0a6baa43c1 (diff) | |
fix: comment typo (#1211)
Diffstat (limited to 'lua/core')
| -rw-r--r-- | lua/core/autocmds.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lua/core/autocmds.lua b/lua/core/autocmds.lua index d9884073..62c05802 100644 --- a/lua/core/autocmds.lua +++ b/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 = { | 
