mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-15 06:35:58 +01:00
modules: use initViml instead of writing the file
This commit is contained in:
parent
00909a8cf1
commit
b42a98696c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue