doc: setup may be invoked multiple times

This commit is contained in:
Alexander Courtis
2022-06-28 11:27:14 +10:00
parent e401a4c957
commit c18aa389a3
2 changed files with 1 additions and 5 deletions

View File

@@ -51,8 +51,6 @@ use {
Setup should be run in a lua file or in a lua heredoc [:help lua-heredoc](https://neovim.io/doc/user/lua.html) if using in a vim file.
Setup may only be run once; subsequent calls will result in a warning.
```lua
-- examples for your init.lua