docs: use nvf injections in docs

This commit is contained in:
Snoweuph 2026-05-11 22:22:20 +02:00
commit 43de0c6acb
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
8 changed files with 64 additions and 13 deletions

View file

@ -36,7 +36,7 @@ order to configure the added plugin,
in {
# luaConfigRC takes Lua configuration verbatim and inserts it at an arbitrary
# position by default or if 'entryAnywhere' is used.
vim.luaConfigRC.aerial-nvim= entryAnywhere ''
vim.luaConfigRC.aerial-nvim = entryAnywhere ''
require('aerial').setup {
-- your configuration here
}