mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
Compare commits
4 commits
fd6f6a01ec
...
c79d25a2df
Author | SHA1 | Date | |
---|---|---|---|
|
c79d25a2df | ||
|
bf22c22ce5 | ||
|
668efb05bf | ||
|
3142a1bf68 |
1 changed files with 4 additions and 5 deletions
|
@ -19,12 +19,11 @@
|
||||||
# request.
|
# request.
|
||||||
packages.dev = let
|
packages.dev = let
|
||||||
configuration = {};
|
configuration = {};
|
||||||
|
in
|
||||||
customNeovim = lib.nvim.neovimConfiguration {
|
(lib.nvim.neovimConfiguration {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
modules = [configuration];
|
modules = [configuration];
|
||||||
};
|
})
|
||||||
in
|
.neovim;
|
||||||
customNeovim.neovim;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue