mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 13:20:44 +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.
|
||||
packages.dev = let
|
||||
configuration = {};
|
||||
|
||||
customNeovim = lib.nvim.neovimConfiguration {
|
||||
in
|
||||
(lib.nvim.neovimConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [configuration];
|
||||
};
|
||||
in
|
||||
customNeovim.neovim;
|
||||
})
|
||||
.neovim;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue