Skip to content

Commit

Permalink
docs: Add missing window table to set the documentation border (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
polirritmico authored Dec 21, 2024
1 parent 4ef6d1e commit 8620a94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ end,

```lua
completion = {
menu = { border = 'single' }
documentation = { border = 'single' }
menu = { border = 'single' },
documentation = { window = { border = 'single' } },
},
signature = { window = { border = 'single' } }
signature = { window = { border = 'single' } },
```

## Select Nth item from the list
Expand Down

0 comments on commit 8620a94

Please sign in to comment.