mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-30 22:59:22 +02:00
fix: comment typo (#1211)
This commit is contained in:
parent
d5557f56c8
commit
8e88bf5258
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue