mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
tests/plugins/codeium-vim: set dontRun to true as tests are now hanging
This commit is contained in:
parent
2742dc091a
commit
3a161eaec0
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue