You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[`3-autocmds.lua`](https://github.com/NormalNvim/NormalNvim/blob/main/lua/base/3-autocmds.lua) - User autocmds and commands.
18
+
-[`4-mappings.lua`](https://github.com/NormalNvim/NormalNvim/blob/main/lua/base/4-mappings.lua) - User keymaps
17
19
-[`health.lua`](https://github.com/NormalNvim/NormalNvim/blob/main/lua/base/health.lua) - To run `:checkhealth base`.
18
20
-[`\icons`](https://github.com/NormalNvim/NormalNvim/tree/main/lua/base/icons) - The icons you use.
19
21
-[`\utils`](https://github.com/NormalNvim/NormalNvim/tree/main/lua/base/utils) - Utilities to save code repetition.
@@ -24,7 +26,9 @@ This is how the NormalNvim directory is structured:
24
26
-[`4-dev.lua`](https://github.com/NormalNvim/NormalNvim/blob/main/lua/plugins/4-dev.lua) - Plugins you actively use for coding.
25
27
-[`lazy_snapshot.lua`](https://github.com/NormalNvim/NormalNvim/blob/main/lua/lazy_snapshot.lua) - Here you can set the version of every plugin.
26
28
27
-
On the left sidebar of this page you can find a description of every plugin.
29
+
30
+
> Hint: Files are numbered to indicate the load order. Load order is defined in [init.lua](https://github.com/NormalNvim/NormalNvim/blob/main/init.lua)
0 commit comments