diff --git a/modules/wrapper/rc/options.nix b/modules/wrapper/rc/options.nix index 5212771..a51e74d 100644 --- a/modules/wrapper/rc/options.nix +++ b/modules/wrapper/rc/options.nix @@ -120,7 +120,7 @@ in { description = '' An attribute set containing global variable values 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. E.g. {foo = "bar"} will set `vim.g.foo` to "bar" where