docs: add lua/const.lua to modular config list

This commit is contained in:
2026-04-17 18:59:21 -04:00
parent 68ba1e3b87
commit 0990818e07
+1
View File
@@ -23,6 +23,7 @@ The configuration is strictly modular:
- `lua/options.lua`: Global Vim settings and non-plugin autocommands.
- `lua/plugins.lua`: Plugin declarations and detailed registry-based configurations.
- `lua/keymaps.lua`: Centralized user-facing keybindings.
- `lua/const.lua`: Stores constant values for reference in the configuration.
## 🚀 Getting Started