1
0
Fork 0
nixos-config/overlays/neovim.nix

8 lines
126 B
Nix
Raw Normal View History

2020-05-21 23:13:42 +00:00
self: super: {
neovim = super.neovim.override {
vimAlias = true;
withPython3 = true;
withPython = false;
};
}