File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/content/docs/reference Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments