1
0
Fork 0
nix-overlay/packages/neovim-nightly.nix

7 lines
133 B
Nix
Raw Normal View History

2023-10-28 14:30:43 +00:00
{ neovim, pkgs, lib, ... }:
2023-05-10 21:29:38 +00:00
2023-10-28 14:30:43 +00:00
let
latest-libvterm = pkgs.libvterm-neovim;
2023-10-28 14:30:43 +00:00
in
neovim.override { libvterm-neovim = latest-libvterm; }