From 7e5a5c81d9f1373cc8b8c78bf43271ba56909e80 Mon Sep 17 00:00:00 2001 From: Fernando Daciuk Date: Mon, 17 Jun 2024 22:17:01 -0300 Subject: [PATCH] fix: list numbers --- customization/override-defaults.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customization/override-defaults.mdx b/customization/override-defaults.mdx index 3a0f636..5fc992a 100644 --- a/customization/override-defaults.mdx +++ b/customization/override-defaults.mdx @@ -48,7 +48,7 @@ or extend it with additional features. Let's take a look at a few examples to illustrate how you can utilize `hooks` to override defaults or add new configurations: -### 2. Add custom keybinding +### 1. Add custom keybinding ```lua better-vim.lua return { @@ -64,7 +64,7 @@ This example adds a custom keybinding using `vim.api.nvim_set_keymap` within `hooks.after_setup`. The keybinding toggles line numbers when `l` is pressed in normal mode. -### 3. Load additional configuration file +### 2. Load additional configuration file ```lua better-vim.lua return { hooks = {