Skip to content

Commit

Permalink
fix(reference): update astronvim template icon key admonission
Browse files Browse the repository at this point in the history
Add link to AstroNvim template

Fix spacing so admonission renders correctly (additional line space after admonission)
  • Loading branch information
practicalli-johnny committed Jun 25, 2024
1 parent b08f7e8 commit 157f47c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/reference/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ A guide to the design of AstroNvim Config created by Practicalli to support a co

The file structure as taken from the AstroNvim template and new files were created to minimise changes, making it simpler to add updates from the original template repository.

!!! INFO "Key: AstroNvim template file changes"
!!! INFO "Key - AstroNvim template file changes"
Icons describing if a file was added, changed or unchanged from the [AstroNvim template](https://github.com/AstroNvim/template)

- :octicons-file-16: unchanged
- :octicons-file-diff-16: changed
- :octicons-file-added-16: added
- :material-close-circle-outline: config not activated (comment `if` statement to activate)


:octicons-file-16: `init.lua` ensures the Lazy package manager is available when Neovim starts up. This file is unchanged from the AstroNvim template.

:octicons-file-diff-16: `lua/lazy_setup.lua` configures the Lazy package manager. `zipPlugin` enabled to support Clojure docs and source navigation inside libraries.
Expand Down

0 comments on commit 157f47c

Please sign in to comment.