docs/tips: document pure-lua/hybrid setups

This commit is contained in:
raf 2025-02-03 14:43:59 +03:00
commit 9f1bd7fb35
No known key found for this signature in database
GPG key ID: EED98D11B85A2819
3 changed files with 68 additions and 0 deletions

View file

@ -17,3 +17,9 @@ nvf-print-config | bat --language=lua
```
Alternatively, `cat` or `less` may also be used.
## Accessing `neovimConfig` {#sec-accessing-config}
It is also possible to access the configuration for the wrapped package. The
_built_ Neovim package will contain a `neovimConfig` attribute in its
`passthru`.