From 3a6511c71ab01a16fab14327e12f0345e58a467c Mon Sep 17 00:00:00 2001 From: rez1 <66778119+rez1-dev@users.noreply.github.com> Date: Fri, 12 Jun 2026 14:16:40 +0600 Subject: [PATCH] chore(init.lua): clarify section comments --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index aff5250e921..95f91b49cb3 100644 --- a/init.lua +++ b/init.lua @@ -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 ]]