⚙️ Plugins
On the left sidebar of this page you can find the description of every plugin.
📁 Directory structure
- /base
1-options.lua- Neovim options.2-lazy.lua- Plugin loader.3-autocmds.lua- User autocmds and commands.4-mappings.lua- User keymapshealth.lua- To run:checkhealth base./icons- The icons you use./utils- Utilities to save code repetition.
- /plugins
1-behaviors.lua- Plugins that add new behaviors.2-ui.lua- Plugins that make the GUI better.3-dev-core.lua- Plugins that are just there.4-dev.lua- Plugins you actively use for coding.
lazy_snapshot.lua- Here you can set the version of every plugin.
Hint: Files are numbered to indicate the load order. Load order is defined in init.lua

👀 Where to find the config
UNIX
- You can find the NormalNvim directory on:
~/.config/nvim - You can find the plugins directory on:
~/.local/share/nvim/lazy
Windows
- You can find the NormalNvim directory on:
%LOCALAPPDATA%\nvim - You can find the plugins directory on:
%LOCALAPPDATA%\nvim-data\lazy