doc: clarify setup

This commit is contained in:
Clément Joly 2022-05-07 21:07:50 +00:00
parent 1f1c6cd850
commit 218072b427

View File

@ -8,6 +8,8 @@ It aims to be faster (takes only 0.4ms at startup on my machine, while vim-bepo
## Example Use Case ## Example Use Case
You should call the extension early in your config, so that you can erase mappings later (or with later extensions) more easily.
``` lua ``` lua
require("bepo").setup() require("bepo").setup()
``` ```