From 20a7751e2a994285e763d8c803f29a54d2159024 Mon Sep 17 00:00:00 2001 From: diniamo Date: Mon, 15 Jul 2024 12:16:21 +0200 Subject: [PATCH] modules/wrapper(rc): fix typo --- modules/wrapper/rc/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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