neovim-qt: fix ctrl-space bug

This commit is contained in:
Gabriel Ebner 2021-08-17 16:00:23 +02:00
parent ca21dfd78b
commit 00aba1d288

@ -11,6 +11,13 @@
rev = "0eba7a06093ca0427f2700129332a361a0209be5";
sha256 = "sha256-iF1DlJK3GnghZmyaFXXR5Wyvv8Y6kVuXegkInj2+sT4=";
};
patches = [
(fetchpatch {
url = "https://github.com/equalsraf/neovim-qt/commit/56ad7e54a27f1bed2fcbe9e3bf22f9394360c722.patch";
sha256 = "sha256-WgqEZUdKuHieKmTCBYBpO9PjjxLfSi0Slaf70ZHWHY4=";
})
];
});
};
}