Skip to content

Commit

Permalink
docs: fix keymap reference and misc
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Dec 20, 2024
1 parent 257e367 commit f3631f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/configuration/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
enabled = function() return vim.bo.buftype ~= "prompt" and vim.b.completion ~= false end,

-- See the "keymap" page for more information
keymap = 'default',
keymap = { preset = 'default' },
```

## Snippets
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Blink provides a sources interface, modelled after LSPs, for getting completion

## Providers

Sources are configured via the `sources.providers` table, where each `id` (`key`) must have a `name` and `module` field. The `id` (`key`) may be used in the `sources.default/per_filetype/cmdline` to enable the source.
Sources are configured via the `sources.providers` table, where each `id` (`key`) must have a `name` and `module` field. The `id` may be used in the `sources.default/per_filetype/cmdline` to enable the source.

```lua
sources = {
Expand Down

0 comments on commit f3631f3

Please sign in to comment.