1
0
Fork 0
nixos-config/overlays/neovim.nix
2020-05-22 01:13:42 +02:00

8 lines
126 B
Nix

self: super: {
neovim = super.neovim.override {
vimAlias = true;
withPython3 = true;
withPython = false;
};
}