Skip to content

Commit

Permalink
docs: add table of contents to recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Dec 23, 2024
1 parent 3433e1b commit 14cc21a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/recipes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Recipes

[[toc]]

## Disable per filetype

```lua
Expand All @@ -20,7 +22,7 @@ completion = {
signature = { window = { border = 'single' } },
```

## Change selection mode per mode
## Change selection type per mode

```lua
completion = {
Expand Down

0 comments on commit 14cc21a

Please sign in to comment.