Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -175,7 +175,7 @@ end

-- ============================================================
-- SECTION 2: KEYMAPS
-- basic keymaps
-- basic keymaps, basic autocmds
-- ============================================================
do
-- [[ Basic Keymaps ]]
Expand Down
Loading