mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-25 10:18:36 +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 = {
|
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;
|
plugins.codeium-vim.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
example = {
|
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 = {
|
plugins.codeium-vim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue