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