diff --git a/module/common/Nvim.nix b/module/common/Nvim.nix index f97dff97..fae7a54f 100644 --- a/module/common/Nvim.nix +++ b/module/common/Nvim.nix @@ -1,4 +1,4 @@ -{ inputs, util, ... }: let +{ inputs, ... }: let nvimRc = { cfgPath, runtimes, cfgs }: let runtimeRc = builtins.foldl' (acc: r: acc + "set runtimepath+=${r}\n" @@ -14,7 +14,7 @@ in { viAlias = true; vimAlias = true; configure = { - customRC = util.nvimRc { + customRC = nvimRc { cfgPath = "/etc/nvim"; runtimes = [ "~/.cache/nvim"