mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
tests/windsurf-nvim: dont run nvim
Transient error being cached.
This commit is contained in:
parent
c8cd3a9467
commit
b541c36468
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
empty = {
|
||||
# FIXME: codeium auth error sometimes
|
||||
test.runNvim = false;
|
||||
plugins.windsurf-nvim = {
|
||||
enable = true;
|
||||
settings.enable_cmp_source = false;
|
||||
|
@ -7,6 +9,8 @@
|
|||
};
|
||||
|
||||
enabled-by-cmp = {
|
||||
# FIXME: codeium auth error sometimes
|
||||
test.runNvim = false;
|
||||
plugins.cmp = {
|
||||
enable = true;
|
||||
|
||||
|
@ -15,6 +19,8 @@
|
|||
};
|
||||
|
||||
defaults = {
|
||||
# FIXME: codeium auth error sometimes
|
||||
test.runNvim = false;
|
||||
plugins = {
|
||||
cmp.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue