Skip to content

Commit

Permalink
fix: list numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
fdaciuk committed Jun 18, 2024
1 parent 617dd96 commit 7e5a5c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions customization/override-defaults.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 `<Leader>l` is
pressed in normal mode.

### 3. Load additional configuration file
### 2. Load additional configuration file
```lua better-vim.lua
return {
hooks = {
Expand Down

0 comments on commit 7e5a5c8

Please sign in to comment.