Skip to content

Commit 506e934

Browse files
committed
Small subtitle tweeks
1 parent 2bf84e7 commit 506e934

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

init.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ end
223223

224224
-- ============================================================
225225
-- SECTION 2: PLUGIN MANAGER
226-
-- vim.pack mental model, hooks, plugin specs, vim.pack.add()
226+
-- vim.pack, build hooks, install/update plugins, plugin specs
227227
-- ============================================================
228228
do
229229
-- [[ Install plugins with `vim.pack` ]]
@@ -540,7 +540,7 @@ end
540540

541541
-- ============================================================
542542
-- SECTION 5: LANGUAGE TOOLING
543-
-- Diagnostics, fidget, LSP attach, Mason, conform, blink.cmp
543+
-- Diagnostics, LSP, Mason, formatting, autocompletion
544544
-- ============================================================
545545
do
546546
-- [[ Diagnostic Configuration ]]
@@ -840,7 +840,7 @@ end
840840

841841
-- ============================================================
842842
-- SECTION 6: TREESITTER
843-
-- Parser list/install, attach helper, FileType logic
843+
-- Parser installation, syntax highlighting, folds, indentation
844844
-- ============================================================
845845
do
846846
-- [[ Configure Treesitter ]]

0 commit comments

Comments
 (0)