Merge pull request #2093 from rez1-dev/section-names

chore(init.lua): clarify section comments
This commit is contained in:
Ori Perry 2026-07-25 20:51:05 +03:00 committed by GitHub
commit 9a023810f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ P.S. You can delete this when you're done too. It's your config now! :)
-- ============================================================
-- SECTION 1: OPTIONS
-- Core Neovim settings, leaders, options, basic keymaps, basic autocmds
-- Core Neovim settings, leaders, options
-- ============================================================
do
-- Enable faster startup by caching compiled Lua modules
@ -175,7 +175,7 @@ end
-- ============================================================
-- SECTION 2: KEYMAPS
-- basic keymaps
-- basic keymaps, basic autocmds
-- ============================================================
do
-- [[ Basic Keymaps ]]