tests/plugins/codeium-vim: set dontRun to true as tests are now hanging

This commit is contained in:
Gaetan Lepage 2024-04-07 14:07:07 +02:00 committed by Gaétan Lepage
parent 2742dc091a
commit 3a161eaec0

View file

@ -1,9 +1,15 @@
{
empty = {
# For some reason, nvim hangs when using codeium-vim. After checking, it doesn't look like a bug though.
tests.dontRun = true;
plugins.codeium-vim.enable = true;
};
example = {
# For some reason, nvim hangs when using codeium-vim. After checking, it doesn't look like a bug though.
tests.dontRun = true;
plugins.codeium-vim = {
enable = true;