Compare commits

..

4 commits

Author SHA1 Message Date
diniamo
c79d25a2df
Merge bf22c22ce5 into a07e113f3a 2024-11-12 22:02:59 +00:00
diniamo
bf22c22ce5 nvim-cmp: use border style 2024-11-12 23:02:53 +01:00
diniamo
668efb05bf nvim-cmp: allow passing null to format
Not adding special cases to where it's used shouldn't break anything.
2024-11-12 22:35:03 +01:00
diniamo
3142a1bf68 flake: provide dev package 2024-11-12 22:34:13 +01:00

View file

@ -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;
}; };
} }