Skip to content

Commit 2e0149a

Browse files
committed
fix(autocmds): update available exposed autocommands
1 parent ea60229 commit 2e0149a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/docs/reference/autocmds.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ Neovim autocmd events, check the help page with `:h autocmd-events`.
3939
up handlers for the internal LSP mechanisms. `AstroLspSetup` is triggered when
4040
we have finished setting up these handlers and configuring `lspconfig`.
4141

42-
- `AstroMasonUpdateCompleted`: AstroNvim provides a custom command for easily
43-
updating all packages that are currently installed with Mason using
44-
`:AstroMasonUpdateAll`. `AstroMasonUpdateCompleted` is triggered after all of the
45-
available updates have been applied.
42+
- `AstroUpdateCompleted`: AstroNvim provides a custom command for easily
43+
updating all plugins and packages using `:AstroUpdate`.
44+
`AstroUpdateCompleted` is triggered after all of the available updates have
45+
been applied.
4646

4747
- `AstroRenameFilePre`: AstroCore provides a `rename_file` method for easily
4848
renaming files. `AstroRenameFilePre` is triggered immediately prior to

0 commit comments

Comments
 (0)