init nvim

This commit is contained in:
2023-04-02 13:32:53 +03:00
parent 9392eeda49
commit 3bceb62c33
2 changed files with 0 additions and 6 deletions

Binary file not shown.

View File

@@ -23,12 +23,6 @@
flake-utils.lib.eachDefaultSystem (system: let
pkgs = import nixpkgs {
inherit system;
overlays = [
(self: super: {
vimPlugins =
super.vimPlugins {};
})
];
};
recursiveMerge = attrList: let