From f17cf118a6dec2b3a1965923e8dd01e7e09bb41e Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sat, 20 Apr 2024 19:01:33 +0300 Subject: [PATCH] wrapper: rename `spellChecking` to `spellcheck` --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index e4ac841..b0d1331 100644 --- a/configuration.nix +++ b/configuration.nix @@ -27,7 +27,7 @@ inputs: let logFile = "/tmp/nvim.log"; }; - spellChecking = { + spellcheck = { enable = isMaximal; programmingWordlist.enable = isMaximal; };