From 0990818e07febfd5b49427c89a98cdb5cf04547d Mon Sep 17 00:00:00 2001 From: rootiest Date: Fri, 17 Apr 2026 18:59:21 -0400 Subject: [PATCH] docs: add lua/const.lua to modular config list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2cd6ed..93c9f12 100644 --- a/README.md +++ b/README.md @@ -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