Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add a notice about the correct position of the function `wilder#setup`
  • Loading branch information
otakutyrant authored and gelguy committed Aug 13, 2022
1 parent 86f5fb0 commit 679f348
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ Start with the following minimal configuration in your `init.vim` or `.vimrc`:
call wilder#setup({'modes': [':', '/', '?']})
```

Be aware that `call wilder#setup` should be after `call plug#end()` if you use vim-plug.

When in `:` cmdline mode, `wildmenu` suggestions will be automatically provided.
When searching using `/`, suggestions from the current buffer will be provided. Substring matching is used by default.

Expand Down

0 comments on commit 679f348

Please sign in to comment.