From dd113bf57283f662212c520b6aed3a0b13885e8e Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Sun, 11 Aug 2024 19:39:20 -0400 Subject: [PATCH] modules/default.nix makeNeovimConfig -> mnw --- modules/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/default.nix b/modules/default.nix index 9cf9b700..167970e1 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -87,7 +87,7 @@ inputs: { }) (buildConfigPlugins vimOptions.optPlugins); # additional Lua and Python3 packages, mapped to their respective functions - # to conform to the format makeNeovimConfig expects. end user should + # to conform to the format mnw expects. end user should # only ever need to pass a list of packages, which are modified # here extraLuaPackages = ps: map (x: ps.${x}) vimOptions.luaPackages;