modules/wrapper(rc): fix typo

This commit is contained in:
diniamo 2024-07-15 12:16:21 +02:00
parent 4236894566
commit 20a7751e2a

View file

@ -120,7 +120,7 @@ in {
description = '' description = ''
An attribute set containing global variable values An attribute set containing global variable values
for storing vim variables as early as possible. If for storing vim variables as early as possible. If
populated, this soption will set vim variables in the populated, this option will set vim variables in the
built luaConfigRC as the first item. built luaConfigRC as the first item.
E.g. {foo = "bar"} will set `vim.g.foo` to "bar" where E.g. {foo = "bar"} will set `vim.g.foo` to "bar" where