modules: use initViml instead of writing the file

This commit is contained in:
diniamo 2024-07-13 10:44:05 +02:00
parent 00909a8cf1
commit b42a98696c

View file

@ -8,7 +8,7 @@ inputs: {
}: let
inherit (pkgs) vimPlugins;
inherit (pkgs.vimUtils) buildVimPlugin;
inherit (lib.strings) makeBinPath isString toString;
inherit (lib.strings) isString toString;
inherit (lib.lists) filter map concatLists;
inherit (lib.attrsets) recursiveUpdate getAttr;
inherit (lib.asserts) assertMsg;