mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-15 12:25:57 +01:00
modules: switch to gerg's neovim-wrapper
This commit is contained in:
parent
0f17147d52
commit
00909a8cf1
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ inputs: {
|
||||||
}: let
|
}: let
|
||||||
inherit (pkgs) vimPlugins;
|
inherit (pkgs) vimPlugins;
|
||||||
inherit (pkgs.vimUtils) buildVimPlugin;
|
inherit (pkgs.vimUtils) buildVimPlugin;
|
||||||
inherit (lib.strings) isString toString;
|
inherit (lib.strings) makeBinPath isString toString;
|
||||||
inherit (lib.lists) filter map concatLists;
|
inherit (lib.lists) filter map concatLists;
|
||||||
inherit (lib.attrsets) recursiveUpdate getAttr;
|
inherit (lib.attrsets) recursiveUpdate getAttr;
|
||||||
inherit (lib.asserts) assertMsg;
|
inherit (lib.asserts) assertMsg;
|
||||||
|
|
Loading…
Reference in a new issue