Skip to content

Commit

Permalink
chore(build): auto-generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 8, 2024
1 parent 7e5114e commit cacbddb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/configuration_recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ vim.keymap.set("i", "<c-x><c-l>", function()
end)
```

### Spelling

```lua
-- Source: "f3fora/cmp-spell" (requires "max397574/care-cmp")
-- Limitations: Not tested enough to know
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/entry.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ used for the `insert` selection behavior.
## Get Offset
`entry:get_offset(): integer`

Essentially where entry insertion should happen (column)
Essentially where entry insertion should happen (column, 0-based)

## Get Insert Range
`entry:get_insert_range(): lsp.Range`
Expand Down

0 comments on commit cacbddb

Please sign in to comment.