mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-15 13:25:58 +01:00
modules/wrapper(rc): fix typo
This commit is contained in:
parent
4236894566
commit
20a7751e2a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue